#0EA5AE

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

Shades of Light Sea Green #0EA5AE

Tints of Light Sea Green #0EA5AE

Color information

#0EA5AE (or 0x0EA5AE) is unknown color: approx Light Sea Green. HEX triplet: 0E, A5 and AE. RGB value is (14,165,174). Sum of RGB (Red+Green+Blue) = 14+165+174=353 (46% of max value = 765). Red value is 14 (5.86% from 255 or 3.97% from 353); Green value is 165 (64.84% from 255 or 46.74% from 353); Blue value is 174 (68.36% from 255 or 49.29% from 353); Max value from RGB is 174 - color contains mainly: blue. Hex color #0EA5AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA5AE is #F15A51. Grayscale: #787878. Windows color (decimal): -15817298 or 11445518. OLE color: 11445518.

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

Color convert

RGB14165174-
CMYK0.920.0500.32
HSL183.38º85.11%36.86%-
HSV(B)183.38º91.95%68.24%-
XYZ21.2830.0644.73-
YUV120.88157.9751.77-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.97%
GREEN value IS 165 (64.84% from 255) = 46.74%
BLUE value IS 174 (68.36% from 255) = 49.29%
R=3.97%
G=46.74%
B=49.29%

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
Decimal141651740.920.0500.32183.3885.1136.86
HexEA5AE5C5020b75525
Octal16245256134504026712545
Binary1110101001011010111010111001010100000101101111010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EA5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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