#24BAAF

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

Shades of Light Sea Green #24BAAF

Tints of Light Sea Green #24BAAF

Color information

#24BAAF (or 0x24BAAF) is unknown color: approx Light Sea Green. HEX triplet: 24, BA and AF. RGB value is (36,186,175). Sum of RGB (Red+Green+Blue) = 36+186+175=397 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.07% from 397); Green value is 186 (73.05% from 255 or 46.85% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 186 - color contains mainly: green. Hex color #24BAAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #24BAAF is #DB4550. Grayscale: #8B8B8B. Windows color (decimal): -14370129 or 11516452. OLE color: 11516452.

HSL color Cylindrical-coordinate representation of color #24BAAF: hue angle of 175.6º 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 #24BAAF is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB36186175-
CMYK0.8100.060.27
HSL175.6º67.57%43.53%-
HSV(B)175.6º80.65%72.94%-
XYZ26.0238.5946.63-
YUV139.9147.853.89-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 9.07%
GREEN value IS 186 (73.05% from 255) = 46.85%
BLUE value IS 175 (68.75% from 255) = 44.08%
R=9.07%
G=46.85%
B=44.08%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal361861750.8100.060.27175.667.5743.53
Hex24BAAF51061Bb0442c
Octal44272257121063326010454
Binary10010010111010101011111010001011011011101100001000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24BAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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