#24BCB7

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

Shades of Light Sea Green #24BCB7

Tints of Light Sea Green #24BCB7

Color information

#24BCB7 (or 0x24BCB7) is unknown color: approx Light Sea Green. HEX triplet: 24, BC and B7. RGB value is (36,188,183). Sum of RGB (Red+Green+Blue) = 36+188+183=407 (53% of max value = 765). Red value is 36 (14.45% from 255 or 8.85% from 407); Green value is 188 (73.83% from 255 or 46.19% from 407); Blue value is 183 (71.88% from 255 or 44.96% from 407); Max value from RGB is 188 - color contains mainly: green. Hex color #24BCB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24BCB7 is #DB4348. Grayscale: #8D8D8D. Windows color (decimal): -14369609 or 12041252. OLE color: 12041252.

HSL color Cylindrical-coordinate representation of color #24BCB7: hue angle of 178.03º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #24BCB7 is Cyan = 0.81, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB36188183-
CMYK0.8100.030.26
HSL178.03º67.86%43.92%-
HSV(B)178.03º80.85%73.73%-
XYZ27.2639.7651.04-
YUV141.98151.1452.41-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 8.85%
GREEN value IS 188 (73.83% from 255) = 46.19%
BLUE value IS 183 (71.88% from 255) = 44.96%
R=8.85%
G=46.19%
B=44.96%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal361881830.8100.030.26178.0367.8643.92
Hex24BCB751031Ab2442c
Octal44274267121033226210454
Binary1001001011110010110111101000101111010101100101000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24BCB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,188,183); }

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

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

 a { background-color: rgb(36,188,183); }

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

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

 span { border-color: rgb(36,188,183); }

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