#0EA179

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

Shades of Free Speech Aquamarine #0EA179

Tints of Free Speech Aquamarine #0EA179

Color information

#0EA179 (or 0x0EA179) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0E, A1 and 79. RGB value is (14,161,121). Sum of RGB (Red+Green+Blue) = 14+161+121=296 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.73% from 296); Green value is 161 (63.28% from 255 or 54.39% from 296); Blue value is 121 (47.66% from 255 or 40.88% from 296); Max value from RGB is 161 - color contains mainly: green. Hex color #0EA179 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EA179 is #F15E86. Grayscale: #707070. Windows color (decimal): -15818375 or 7971086. OLE color: 7971086.

HSL color Cylindrical-coordinate representation of color #0EA179: hue angle of 163.67º 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 #0EA179 is Cyan = 0.91, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB14161121-
CMYK0.9100.250.37
HSL163.67º84%34.31%-
HSV(B)163.67º91.3%63.14%-
XYZ16.3826.9622.43-
YUV112.49132.857.75-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.73%
GREEN value IS 161 (63.28% from 255) = 54.39%
BLUE value IS 121 (47.66% from 255) = 40.88%
R=4.73%
G=54.39%
B=40.88%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal141611210.9100.250.37163.678434.31
HexEA1795B01925a45422
Octal162411711330314524412442
Binary11101010000111110011011011011001100101101001001010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EA179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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