#0EA079

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

Shades of Free Speech Aquamarine #0EA079

Tints of Free Speech Aquamarine #0EA079

Color information

#0EA079 (or 0x0EA079) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0E, A0 and 79. RGB value is (14,160,121). Sum of RGB (Red+Green+Blue) = 14+160+121=295 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.75% from 295); Green value is 160 (62.89% from 255 or 54.24% from 295); Blue value is 121 (47.66% from 255 or 41.02% from 295); Max value from RGB is 160 - color contains mainly: green. Hex color #0EA079 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EA079 is #F15F86. Grayscale: #6F6F6F. Windows color (decimal): -15818631 or 7970830. OLE color: 7970830.

HSL color Cylindrical-coordinate representation of color #0EA079: hue angle of 163.97º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0EA079 is Cyan = 0.91, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB14160121-
CMYK0.9100.240.37
HSL163.97º83.91%34.12%-
HSV(B)163.97º91.25%62.75%-
XYZ16.226.6222.37-
YUV111.9133.1358.17-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.75%
GREEN value IS 160 (62.89% from 255) = 54.24%
BLUE value IS 121 (47.66% from 255) = 41.02%
R=4.75%
G=54.24%
B=41.02%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal141601210.9100.240.37163.9783.9134.12
HexEA0795B01825a45422
Octal162401711330304524412442
Binary11101010000011110011011011011000100101101001001010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EA079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,160,121); }

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

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

 a { background-color: rgb(14,160,121); }

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

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

 span { border-color: rgb(14,160,121); }

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