#24C7C0

Color #24C7C0 Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #24C7C0

Tints of Light Sea Green #24C7C0

Color information

#24C7C0 (or 0x24C7C0) is unknown color: approx Light Sea Green. HEX triplet: 24, C7 and C0. RGB value is (36,199,192). Sum of RGB (Red+Green+Blue) = 36+199+192=427 (56% of max value = 765). Red value is 36 (14.45% from 255 or 8.43% from 427); Green value is 199 (78.12% from 255 or 46.60% from 427); Blue value is 192 (75.39% from 255 or 44.96% from 427); Max value from RGB is 199 - color contains mainly: green. Hex color #24C7C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24C7C0 is #DB383F. Grayscale: #959595. Windows color (decimal): -14366784 or 12633892. OLE color: 12633892.

HSL color Cylindrical-coordinate representation of color #24C7C0: hue angle of 177.42º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #24C7C0 is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB36199192-
CMYK0.8200.040.22
HSL177.42º69.36%46.08%-
HSV(B)177.42º81.91%78.04%-
XYZ30.6745.0356.94-
YUV149.4615247.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 36 (14.45% from 255) = 8.43%
GREEN value IS 199 (78.12% from 255) = 46.60%
BLUE value IS 192 (75.39% from 255) = 44.96%
R=8.43%
G=46.60%
B=44.96%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal361991920.8200.040.22177.4269.3646.08
Hex24C7C0520416b1452e
Octal44307300122042626110556
Binary10010011000111110000001010010010010110101100011000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24C7C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24C7C0; }

 p { color: rgb(36,199,192); }

 H1.HeaderClassName
 {
   color: #24C7C0;
 }
 .AnyTagClassName
 {
   color: #24C7C0;
 }
</style>
background-color css

<style>
 a { background-color: #24C7C0; }

 a { background-color: rgb(36,199,192); }

 div.DivClassName
 {
   background-color: #24C7C0;
 }
 .BgClassName
 {
   background-color: #24C7C0;
 }
</style>
border-color css

<style>
 span { border-color: #24C7C0; }

 span { border-color: rgb(36,199,192); }

 td.TdClassName
 {
   border-color: #24C7C0;
 }
 .TagClassName
 {
   border-color: #24C7C0;
 }
</style>