#0EAAA3

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

Shades of Light Sea Green #0EAAA3

Tints of Light Sea Green #0EAAA3

Color information

#0EAAA3 (or 0x0EAAA3) is unknown color: approx Light Sea Green. HEX triplet: 0E, AA and A3. RGB value is (14,170,163). Sum of RGB (Red+Green+Blue) = 14+170+163=347 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.03% from 347); Green value is 170 (66.80% from 255 or 48.99% from 347); Blue value is 163 (64.06% from 255 or 46.97% from 347); Max value from RGB is 170 - color contains mainly: green. Hex color #0EAAA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EAAA3 is #F1555C. Grayscale: #7A7A7A. Windows color (decimal): -15816029 or 10725902. OLE color: 10725902.

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

Color convert

RGB14170163-
CMYK0.9200.040.33
HSL177.31º84.78%36.08%-
HSV(B)177.31º91.76%66.67%-
XYZ21.1731.4939.61-
YUV122.56150.8250.57-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.03%
GREEN value IS 170 (66.80% from 255) = 48.99%
BLUE value IS 163 (64.06% from 255) = 46.97%
R=4.03%
G=48.99%
B=46.97%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141701630.9200.040.33177.3184.7836.08
HexEAAA35C0421b15524
Octal16252243134044126112544
Binary1110101010101010001110111000100100001101100011010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EAAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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