#18A4A9

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

Shades of Light Sea Green #18A4A9

Tints of Light Sea Green #18A4A9

Color information

#18A4A9 (or 0x18A4A9) is unknown color: approx Light Sea Green. HEX triplet: 18, A4 and A9. RGB value is (24,164,169). Sum of RGB (Red+Green+Blue) = 24+164+169=357 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.72% from 357); Green value is 164 (64.45% from 255 or 45.94% from 357); Blue value is 169 (66.41% from 255 or 47.34% from 357); Max value from RGB is 169 - color contains mainly: blue. Hex color #18A4A9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18A4A9 is #E75B56. Grayscale: #7A7A7A. Windows color (decimal): -15162199 or 11117592. OLE color: 11117592.

HSL color Cylindrical-coordinate representation of color #18A4A9: hue angle of 182.07º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18A4A9 is Cyan = 0.86, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB24164169-
CMYK0.860.0300.34
HSL182.07º75.13%37.84%-
HSV(B)182.07º85.8%66.27%-
XYZ20.8129.6142.15-
YUV122.71154.1257.59-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.72%
GREEN value IS 164 (64.45% from 255) = 45.94%
BLUE value IS 169 (66.41% from 255) = 47.34%
R=6.72%
G=45.94%
B=47.34%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal241641690.860.0300.34182.0775.1337.84
Hex18A4A9563022b64b26
Octal30244251126304226611346
Binary1100010100100101010011010110110100010101101101001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18A4A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18A4A9; }

 p { color: rgb(24,164,169); }

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

<style>
 a { background-color: #18A4A9; }

 a { background-color: rgb(24,164,169); }

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

<style>
 span { border-color: #18A4A9; }

 span { border-color: rgb(24,164,169); }

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