#0EA6AE

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

Shades of Light Sea Green #0EA6AE

Tints of Light Sea Green #0EA6AE

Color information

#0EA6AE (or 0x0EA6AE) is unknown color: approx Light Sea Green. HEX triplet: 0E, A6 and AE. RGB value is (14,166,174). Sum of RGB (Red+Green+Blue) = 14+166+174=354 (46% of max value = 765). Red value is 14 (5.86% from 255 or 3.95% from 354); Green value is 166 (65.23% from 255 or 46.89% from 354); Blue value is 174 (68.36% from 255 or 49.15% from 354); Max value from RGB is 174 - color contains mainly: blue. Hex color #0EA6AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA6AE is #F15951. Grayscale: #797979. Windows color (decimal): -15817042 or 11445774. OLE color: 11445774.

HSL color Cylindrical-coordinate representation of color #0EA6AE: hue angle of 183º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EA6AE is Cyan = 0.92, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14166174-
CMYK0.920.0500.32
HSL183º85.11%36.86%-
HSV(B)183º91.95%68.24%-
XYZ21.4630.4244.79-
YUV121.46157.6451.35-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.95%
GREEN value IS 166 (65.23% from 255) = 46.89%
BLUE value IS 174 (68.36% from 255) = 49.15%
R=3.95%
G=46.89%
B=49.15%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal141661740.920.0500.3218385.1136.86
HexEA6AE5C5020b75525
Octal16246256134504026712545
Binary1110101001101010111010111001010100000101101111010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EA6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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