#24A6AE

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

Shades of Light Sea Green #24A6AE

Tints of Light Sea Green #24A6AE

Color information

#24A6AE (or 0x24A6AE) is unknown color: approx Light Sea Green. HEX triplet: 24, A6 and AE. RGB value is (36,166,174). Sum of RGB (Red+Green+Blue) = 36+166+174=376 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.57% from 376); Green value is 166 (65.23% from 255 or 44.15% from 376); Blue value is 174 (68.36% from 255 or 46.28% from 376); Max value from RGB is 174 - color contains mainly: blue. Hex color #24A6AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24A6AE is #DB5951. Grayscale: #7F7F7F. Windows color (decimal): -14375250 or 11445796. OLE color: 11445796.

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

Color convert

RGB36166174-
CMYK0.790.0500.32
HSL183.48º65.71%41.18%-
HSV(B)183.48º79.31%68.24%-
XYZ2230.744.81-
YUV128.04153.9362.35-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 9.57%
GREEN value IS 166 (65.23% from 255) = 44.15%
BLUE value IS 174 (68.36% from 255) = 46.28%
R=9.57%
G=44.15%
B=46.28%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal361661740.790.0500.32183.4865.7141.18
Hex24A6AE4F5020b74229
Octal44246256117504026710251
Binary100100101001101010111010011111010100000101101111000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24A6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,166,174); }

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

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

 a { background-color: rgb(36,166,174); }

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

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

 span { border-color: rgb(36,166,174); }

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