#0EA9AA

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

Shades of Light Sea Green #0EA9AA

Tints of Light Sea Green #0EA9AA

Color information

#0EA9AA (or 0x0EA9AA) is unknown color: approx Light Sea Green. HEX triplet: 0E, A9 and AA. RGB value is (14,169,170). Sum of RGB (Red+Green+Blue) = 14+169+170=353 (46% of max value = 765). Red value is 14 (5.86% from 255 or 3.97% from 353); Green value is 169 (66.41% from 255 or 47.88% from 353); Blue value is 170 (66.80% from 255 or 48.16% from 353); Max value from RGB is 170 - color contains mainly: blue. Hex color #0EA9AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA9AA is #F15655. Grayscale: #7A7A7A. Windows color (decimal): -15816278 or 11184398. OLE color: 11184398.

HSL color Cylindrical-coordinate representation of color #0EA9AA: hue angle of 180.38º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EA9AA is Cyan = 0.92, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14169170-
CMYK0.920.0100.33
HSL180.38º84.78%36.08%-
HSV(B)180.38º91.76%66.67%-
XYZ21.6231.3742.95-
YUV122.77154.6550.42-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.97%
GREEN value IS 169 (66.41% from 255) = 47.88%
BLUE value IS 170 (66.80% from 255) = 48.16%
R=3.97%
G=47.88%
B=48.16%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141691700.920.0100.33180.3884.7836.08
HexEA9AA5C1021b45524
Octal16251252134104126412544
Binary11101010100110101010101110010100001101101001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EA9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0EA9AA; }

 p { color: rgb(14,169,170); }

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

<style>
 a { background-color: #0EA9AA; }

 a { background-color: rgb(14,169,170); }

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

<style>
 span { border-color: #0EA9AA; }

 span { border-color: rgb(14,169,170); }

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