#24B99A

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

Shades of Light Sea Green #24B99A

Tints of Light Sea Green #24B99A

Color information

#24B99A (or 0x24B99A) is unknown color: approx Light Sea Green. HEX triplet: 24, B9 and 9A. RGB value is (36,185,154). Sum of RGB (Red+Green+Blue) = 36+185+154=375 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.6% from 375); Green value is 185 (72.66% from 255 or 49.33% from 375); Blue value is 154 (60.55% from 255 or 41.07% from 375); Max value from RGB is 185 - color contains mainly: green. Hex color #24B99A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #24B99A is #DB4665. Grayscale: #888888. Windows color (decimal): -14370406 or 10139940. OLE color: 10139940.

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

Color convert

RGB36185154-
CMYK0.8100.170.27
HSL167.52º67.42%43.33%-
HSV(B)167.52º80.54%72.55%-
XYZ23.9137.4136.53-
YUV136.92137.6456.02-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 9.6%
GREEN value IS 185 (72.66% from 255) = 49.33%
BLUE value IS 154 (60.55% from 255) = 41.07%
R=9.6%
G=49.33%
B=41.07%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal361851540.8100.170.27167.5267.4243.33
Hex24B99A510111Ba8432b
Octal442712321210213325010353
Binary1001001011100110011010101000101000111011101010001000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24B99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,185,154); }

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

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

 a { background-color: rgb(36,185,154); }

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

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

 span { border-color: rgb(36,185,154); }

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