#24BAB4

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

Shades of Light Sea Green #24BAB4

Tints of Light Sea Green #24BAB4

Color information

#24BAB4 (or 0x24BAB4) is unknown color: approx Light Sea Green. HEX triplet: 24, BA and B4. RGB value is (36,186,180). Sum of RGB (Red+Green+Blue) = 36+186+180=402 (53% of max value = 765). Red value is 36 (14.45% from 255 or 8.96% from 402); Green value is 186 (73.05% from 255 or 46.27% from 402); Blue value is 180 (70.70% from 255 or 44.78% from 402); Max value from RGB is 186 - color contains mainly: green. Hex color #24BAB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #24BAB4 is #DB454B. Grayscale: #8C8C8C. Windows color (decimal): -14370124 or 11844132. OLE color: 11844132.

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

Color convert

RGB36186180-
CMYK0.8100.030.27
HSL177.6º67.57%43.53%-
HSV(B)177.6º80.65%72.94%-
XYZ26.5238.7949.27-
YUV140.47150.353.49-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 8.96%
GREEN value IS 186 (73.05% from 255) = 46.27%
BLUE value IS 180 (70.70% from 255) = 44.78%
R=8.96%
G=46.27%
B=44.78%

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
Decimal361861800.8100.030.27177.667.5743.53
Hex24BAB451031Bb2442c
Octal44272264121033326210454
Binary1001001011101010110100101000101111011101100101000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24BAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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