#0ea3ab

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

Shades of Light Sea Green #0EA3AB

Tints of Light Sea Green #0EA3AB

Color information

#0EA3AB (or 0x0EA3AB) is unknown color: approx Light Sea Green. HEX triplet: 0E, A3 and AB. RGB value is (14,163,171). Sum of RGB (Red+Green+Blue) = 14+163+171=348 (46% of max value = 765). Red value is 14 (5.86% from 255 or 4.02% from 348); Green value is 163 (64.06% from 255 or 46.84% from 348); Blue value is 171 (67.19% from 255 or 49.14% from 348); Max value from RGB is 171 - color contains mainly: blue. Hex color #0EA3AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA3AB is #F15C54. Grayscale: #777777. Windows color (decimal): -15817813 or 11248398. OLE color: 11248398.

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

Color convert

RGB14163171-
CMYK0.920.0500.33
HSL183.06º84.86%36.27%-
HSV(B)183.06º91.81%67.06%-
XYZ20.6329.2343.08-
YUV119.36157.1452.85-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.02%
GREEN value IS 163 (64.06% from 255) = 46.84%
BLUE value IS 171 (67.19% from 255) = 49.14%
R=4.02%
G=46.84%
B=49.14%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141631710.920.0500.33183.0684.8636.27
HexEA3AB5C5021b75524
Octal16243253134504126712544
Binary1110101000111010101110111001010100001101101111010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0ea3ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,163,171); }

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

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

 a { background-color: rgb(14,163,171); }

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

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

 span { border-color: rgb(14,163,171); }

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