#0EABA2

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

Shades of Light Sea Green #0EABA2

Tints of Light Sea Green #0EABA2

Color information

#0EABA2 (or 0x0EABA2) is unknown color: approx Light Sea Green. HEX triplet: 0E, AB and A2. RGB value is (14,171,162). Sum of RGB (Red+Green+Blue) = 14+171+162=347 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.03% from 347); Green value is 171 (67.19% from 255 or 49.28% from 347); Blue value is 162 (63.67% from 255 or 46.69% from 347); Max value from RGB is 171 - color contains mainly: green. Hex color #0EABA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EABA2 is #F1545D. Grayscale: #7A7A7A. Windows color (decimal): -15815774 or 10660622. OLE color: 10660622.

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

Color convert

RGB14171162-
CMYK0.9200.050.33
HSL176.56º84.86%36.27%-
HSV(B)176.56º91.81%67.06%-
XYZ21.2731.8339.2-
YUV123.03149.9950.23-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.03%
GREEN value IS 171 (67.19% from 255) = 49.28%
BLUE value IS 162 (63.67% from 255) = 46.69%
R=4.03%
G=49.28%
B=46.69%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141711620.9200.050.33176.5684.8636.27
HexEABA25C0521b15524
Octal16253242134054126112544
Binary1110101010111010001010111000101100001101100011010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EABA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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