#24BAB5

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

Shades of Light Sea Green #24BAB5

Tints of Light Sea Green #24BAB5

Color information

#24BAB5 (or 0x24BAB5) is unknown color: approx Light Sea Green. HEX triplet: 24, BA and B5. RGB value is (36,186,181). Sum of RGB (Red+Green+Blue) = 36+186+181=403 (53% of max value = 765). Red value is 36 (14.45% from 255 or 8.93% from 403); Green value is 186 (73.05% from 255 or 46.15% from 403); Blue value is 181 (71.09% from 255 or 44.91% from 403); Max value from RGB is 186 - color contains mainly: green. Hex color #24BAB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24BAB5 is #DB454A. Grayscale: #8C8C8C. Windows color (decimal): -14370123 or 11909668. OLE color: 11909668.

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

Color convert

RGB36186181-
CMYK0.8100.030.27
HSL178º67.57%43.53%-
HSV(B)178º80.65%72.94%-
XYZ26.6338.8349.81-
YUV140.58150.853.41-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 8.93%
GREEN value IS 186 (73.05% from 255) = 46.15%
BLUE value IS 181 (71.09% from 255) = 44.91%
R=8.93%
G=46.15%
B=44.91%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal361861810.8100.030.2717867.5743.53
Hex24BAB551031Bb2442c
Octal44272265121033326210454
Binary1001001011101010110101101000101111011101100101000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24BAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,186,181); }

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

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

 a { background-color: rgb(36,186,181); }

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

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

 span { border-color: rgb(36,186,181); }

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