#0EA4AA

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

Shades of Light Sea Green #0EA4AA

Tints of Light Sea Green #0EA4AA

Color information

#0EA4AA (or 0x0EA4AA) is unknown color: approx Light Sea Green. HEX triplet: 0E, A4 and AA. RGB value is (14,164,170). Sum of RGB (Red+Green+Blue) = 14+164+170=348 (46% of max value = 765). Red value is 14 (5.86% from 255 or 4.02% from 348); Green value is 164 (64.45% from 255 or 47.13% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 170 - color contains mainly: blue. Hex color #0EA4AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EA4AA is #F15B55. Grayscale: #777777. Windows color (decimal): -15817558 or 11183118. OLE color: 11183118.

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

Color convert

RGB14164170-
CMYK0.920.0400.33
HSL182.31º84.78%36.08%-
HSV(B)182.31º91.76%66.67%-
XYZ20.7129.5542.64-
YUV119.83156.352.51-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.02%
GREEN value IS 164 (64.45% from 255) = 47.13%
BLUE value IS 170 (66.80% from 255) = 48.85%
R=4.02%
G=47.13%
B=48.85%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141641700.920.0400.33182.3184.7836.08
HexEA4AA5C4021b65524
Octal16244252134404126612544
Binary1110101001001010101010111001000100001101101101010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EA4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,164,170); }

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

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

 a { background-color: rgb(14,164,170); }

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

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

 span { border-color: rgb(14,164,170); }

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