#0EA8AE

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

Shades of Light Sea Green #0EA8AE

Tints of Light Sea Green #0EA8AE

Color information

#0EA8AE (or 0x0EA8AE) is unknown color: approx Light Sea Green. HEX triplet: 0E, A8 and AE. RGB value is (14,168,174). Sum of RGB (Red+Green+Blue) = 14+168+174=356 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.93% from 356); Green value is 168 (66.02% from 255 or 47.19% from 356); Blue value is 174 (68.36% from 255 or 48.88% from 356); Max value from RGB is 174 - color contains mainly: blue. Hex color #0EA8AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA8AE is #F15751. Grayscale: #7A7A7A. Windows color (decimal): -15816530 or 11446286. OLE color: 11446286.

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

Color convert

RGB14168174-
CMYK0.920.0300.32
HSL182.25º85.11%36.86%-
HSV(B)182.25º91.95%68.24%-
XYZ21.8231.1544.91-
YUV122.64156.9850.51-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.93%
GREEN value IS 168 (66.02% from 255) = 47.19%
BLUE value IS 174 (68.36% from 255) = 48.88%
R=3.93%
G=47.19%
B=48.88%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal141681740.920.0300.32182.2585.1136.86
HexEA8AE5C3020b65525
Octal16250256134304026612545
Binary111010101000101011101011100110100000101101101010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EA8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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