#24A9A0

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

Shades of Light Sea Green #24A9A0

Tints of Light Sea Green #24A9A0

Color information

#24A9A0 (or 0x24A9A0) is unknown color: approx Light Sea Green. HEX triplet: 24, A9 and A0. RGB value is (36,169,160). Sum of RGB (Red+Green+Blue) = 36+169+160=365 (48% of max value = 765). Red value is 36 (14.45% from 255 or 9.86% from 365); Green value is 169 (66.41% from 255 or 46.30% from 365); Blue value is 160 (62.89% from 255 or 43.84% from 365); Max value from RGB is 169 - color contains mainly: green. Hex color #24A9A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24A9A0 is #DB565F. Grayscale: #808080. Windows color (decimal): -14374496 or 10529060. OLE color: 10529060.

HSL color Cylindrical-coordinate representation of color #24A9A0: hue angle of 175.94º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #24A9A0 is Cyan = 0.79, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.34.

Color convert

RGB36169160-
CMYK0.7900.050.34
HSL175.94º64.88%40.2%-
HSV(B)175.94º78.7%66.27%-
XYZ21.2631.2938.18-
YUV128.21145.9462.23-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 9.86%
GREEN value IS 169 (66.41% from 255) = 46.30%
BLUE value IS 160 (62.89% from 255) = 43.84%
R=9.86%
G=46.30%
B=43.84%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal361691600.7900.050.34175.9464.8840.2
Hex24A9A04F0522b04128
Octal44251240117054226010150
Binary100100101010011010000010011110101100010101100001000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24A9A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,169,160); }

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

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

 a { background-color: rgb(36,169,160); }

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

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

 span { border-color: rgb(36,169,160); }

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