#0EAAA2

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

Shades of Light Sea Green #0EAAA2

Tints of Light Sea Green #0EAAA2

Color information

#0EAAA2 (or 0x0EAAA2) is unknown color: approx Light Sea Green. HEX triplet: 0E, AA and A2. RGB value is (14,170,162). Sum of RGB (Red+Green+Blue) = 14+170+162=346 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.05% from 346); Green value is 170 (66.80% from 255 or 49.13% from 346); Blue value is 162 (63.67% from 255 or 46.82% from 346); Max value from RGB is 170 - color contains mainly: green. Hex color #0EAAA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EAAA2 is #F1555D. Grayscale: #7A7A7A. Windows color (decimal): -15816030 or 10660366. OLE color: 10660366.

HSL color Cylindrical-coordinate representation of color #0EAAA2: hue angle of 176.92º 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 #0EAAA2 is Cyan = 0.92, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB14170162-
CMYK0.9200.050.33
HSL176.92º84.78%36.08%-
HSV(B)176.92º91.76%66.67%-
XYZ21.0831.4539.14-
YUV122.44150.3250.65-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.05%
GREEN value IS 170 (66.80% from 255) = 49.13%
BLUE value IS 162 (63.67% from 255) = 46.82%
R=4.05%
G=49.13%
B=46.82%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141701620.9200.050.33176.9284.7836.08
HexEAAA25C0521b15524
Octal16252242134054126112544
Binary1110101010101010001010111000101100001101100011010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EAAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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