#0EA777

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

Shades of Free Speech Aquamarine #0EA777

Tints of Free Speech Aquamarine #0EA777

Color information

#0EA777 (or 0x0EA777) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0E, A7 and 77. RGB value is (14,167,119). Sum of RGB (Red+Green+Blue) = 14+167+119=300 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.67% from 300); Green value is 167 (65.62% from 255 or 55.67% from 300); Blue value is 119 (46.88% from 255 or 39.67% from 300); Max value from RGB is 167 - color contains mainly: green. Hex color #0EA777 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EA777 is #F15888. Grayscale: #737373. Windows color (decimal): -15816841 or 7841550. OLE color: 7841550.

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

Color convert

RGB14167119-
CMYK0.9200.290.35
HSL161.18º84.53%35.49%-
HSV(B)161.18º91.62%65.49%-
XYZ17.3329.0622.15-
YUV115.78129.8155.4-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.67%
GREEN value IS 167 (65.62% from 255) = 55.67%
BLUE value IS 119 (46.88% from 255) = 39.67%
R=4.67%
G=55.67%
B=39.67%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal141671190.9200.290.35161.1884.5335.49
HexEA7775C01D23a15523
Octal162471671340354324112543
Binary11101010011111101111011100011101100011101000011010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EA777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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