#0EA7AE

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

Shades of Light Sea Green #0EA7AE

Tints of Light Sea Green #0EA7AE

Color information

#0EA7AE (or 0x0EA7AE) is unknown color: approx Light Sea Green. HEX triplet: 0E, A7 and AE. RGB value is (14,167,174). Sum of RGB (Red+Green+Blue) = 14+167+174=355 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.94% from 355); Green value is 167 (65.62% from 255 or 47.04% from 355); Blue value is 174 (68.36% from 255 or 49.01% from 355); Max value from RGB is 174 - color contains mainly: blue. Hex color #0EA7AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA7AE is #F15851. Grayscale: #797979. Windows color (decimal): -15816786 or 11446030. OLE color: 11446030.

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

Color convert

RGB14167174-
CMYK0.920.0400.32
HSL182.62º85.11%36.86%-
HSV(B)182.62º91.95%68.24%-
XYZ21.6430.7944.85-
YUV122.05157.3150.93-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.94%
GREEN value IS 167 (65.62% from 255) = 47.04%
BLUE value IS 174 (68.36% from 255) = 49.01%
R=3.94%
G=47.04%
B=49.01%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal141671740.920.0400.32182.6285.1136.86
HexEA7AE5C4020b75525
Octal16247256134404026712545
Binary1110101001111010111010111001000100000101101111010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EA7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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