#0EA779

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

Shades of Free Speech Aquamarine #0EA779

Tints of Free Speech Aquamarine #0EA779

Color information

#0EA779 (or 0x0EA779) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0E, A7 and 79. RGB value is (14,167,121). Sum of RGB (Red+Green+Blue) = 14+167+121=302 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.64% from 302); Green value is 167 (65.62% from 255 or 55.30% from 302); Blue value is 121 (47.66% from 255 or 40.07% from 302); Max value from RGB is 167 - color contains mainly: green. Hex color #0EA779 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EA779 is #F15886. Grayscale: #747474. Windows color (decimal): -15816839 or 7972622. OLE color: 7972622.

HSL color Cylindrical-coordinate representation of color #0EA779: hue angle of 161.96º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EA779 is Cyan = 0.92, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB14167121-
CMYK0.9200.280.35
HSL161.96º84.53%35.49%-
HSV(B)161.96º91.62%65.49%-
XYZ17.4529.1122.79-
YUV116.01130.8155.24-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.64%
GREEN value IS 167 (65.62% from 255) = 55.30%
BLUE value IS 121 (47.66% from 255) = 40.07%
R=4.64%
G=55.30%
B=40.07%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal141671210.9200.280.35161.9684.5335.49
HexEA7795C01C23a25523
Octal162471711340344324212543
Binary11101010011111110011011100011100100011101000101010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EA779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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