#0EA976

Color #0EA976 Free Speech Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Aquamarine #0EA976

Tints of Free Speech Aquamarine #0EA976

Color information

#0EA976 (or 0x0EA976) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0E, A9 and 76. RGB value is (14,169,118). Sum of RGB (Red+Green+Blue) = 14+169+118=301 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.65% from 301); Green value is 169 (66.41% from 255 or 56.15% from 301); Blue value is 118 (46.48% from 255 or 39.20% from 301); Max value from RGB is 169 - color contains mainly: green. Hex color #0EA976 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EA976 is #F15689. Grayscale: #747474. Windows color (decimal): -15816330 or 7776526. OLE color: 7776526.

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

Color convert

RGB14169118-
CMYK0.9200.300.34
HSL160.26º84.7%35.88%-
HSV(B)160.26º91.72%66.27%-
XYZ17.6429.7821.96-
YUV116.84128.6554.65-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.65%
GREEN value IS 169 (66.41% from 255) = 56.15%
BLUE value IS 118 (46.48% from 255) = 39.20%
R=4.65%
G=56.15%
B=39.20%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal141691180.9200.300.34160.2684.735.88
HexEA9765C01E22a05524
Octal162511661340364224012544
Binary11101010100111101101011100011110100010101000001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EA976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,169,118); }

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

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

 a { background-color: rgb(14,169,118); }

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

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

 span { border-color: rgb(14,169,118); }

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