#0EA072

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

Shades of Free Speech Aquamarine #0EA072

Tints of Free Speech Aquamarine #0EA072

Color information

#0EA072 (or 0x0EA072) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0E, A0 and 72. RGB value is (14,160,114). Sum of RGB (Red+Green+Blue) = 14+160+114=288 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.86% from 288); Green value is 160 (62.89% from 255 or 55.56% from 288); Blue value is 114 (44.92% from 255 or 39.58% from 288); Max value from RGB is 160 - color contains mainly: green. Hex color #0EA072 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EA072 is #F15F8D. Grayscale: #6F6F6F. Windows color (decimal): -15818638 or 7512078. OLE color: 7512078.

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

Color convert

RGB14160114-
CMYK0.9100.290.37
HSL161.1º83.91%34.12%-
HSV(B)161.1º91.25%62.75%-
XYZ15.7926.4520.19-
YUV111.1129.6358.74-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.86%
GREEN value IS 160 (62.89% from 255) = 55.56%
BLUE value IS 114 (44.92% from 255) = 39.58%
R=4.86%
G=55.56%
B=39.58%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal141601140.9100.290.37161.183.9134.12
HexEA0725B01D25a15422
Octal162401621330354524112442
Binary11101010000011100101011011011101100101101000011010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EA072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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