#0EAEA5

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

Shades of Light Sea Green #0EAEA5

Tints of Light Sea Green #0EAEA5

Color information

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

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

Color convert

RGB14174165-
CMYK0.9200.050.32
HSL176.62º85.11%36.86%-
HSV(B)176.62º91.95%68.24%-
XYZ22.1133.0840.82-
YUV125.13150.4948.73-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal141741650.9200.050.32176.6285.1136.86
HexEAEA55C0520b15525
Octal16256245134054026112545
Binary1110101011101010010110111000101100000101100011010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EAEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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