#0EA5A6

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

Shades of Light Sea Green #0EA5A6

Tints of Light Sea Green #0EA5A6

Color information

#0EA5A6 (or 0x0EA5A6) is unknown color: approx Light Sea Green. HEX triplet: 0E, A5 and A6. RGB value is (14,165,166). Sum of RGB (Red+Green+Blue) = 14+165+166=345 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.06% from 345); Green value is 165 (64.84% from 255 or 47.83% from 345); Blue value is 166 (65.23% from 255 or 48.12% from 345); Max value from RGB is 166 - color contains mainly: blue. Hex color #0EA5A6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA5A6 is #F15A59. Grayscale: #777777. Windows color (decimal): -15817306 or 10921230. OLE color: 10921230.

HSL color Cylindrical-coordinate representation of color #0EA5A6: hue angle of 180.39º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EA5A6 is Cyan = 0.92, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB14165166-
CMYK0.920.0100.35
HSL180.39º84.44%35.29%-
HSV(B)180.39º91.57%65.1%-
XYZ20.5229.7640.74-
YUV119.96153.9752.42-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.06%
GREEN value IS 165 (64.84% from 255) = 47.83%
BLUE value IS 166 (65.23% from 255) = 48.12%
R=4.06%
G=47.83%
B=48.12%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal141651660.920.0100.35180.3984.4435.29
HexEA5A65C1023b45423
Octal16245246134104326412443
Binary11101010010110100110101110010100011101101001010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EA5A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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