#0E9977

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

Shades of Free Speech Aquamarine #0E9977

Tints of Free Speech Aquamarine #0E9977

Color information

#0E9977 (or 0x0E9977) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0E, 99 and 77. RGB value is (14,153,119). Sum of RGB (Red+Green+Blue) = 14+153+119=286 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.90% from 286); Green value is 153 (60.16% from 255 or 53.50% from 286); Blue value is 119 (46.88% from 255 or 41.61% from 286); Max value from RGB is 153 - color contains mainly: green. Hex color #0E9977 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9977 is #F16688. Grayscale: #6B6B6B. Windows color (decimal): -15820425 or 7837966. OLE color: 7837966.

HSL color Cylindrical-coordinate representation of color #0E9977: hue angle of 165.32º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9977 is Cyan = 0.91, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB14153119-
CMYK0.9100.220.4
HSL165.32º83.23%32.75%-
HSV(B)165.32º90.85%60%-
XYZ14.924.2121.34-
YUV107.56134.4561.26-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.90%
GREEN value IS 153 (60.16% from 255) = 53.50%
BLUE value IS 119 (46.88% from 255) = 41.61%
R=4.90%
G=53.50%
B=41.61%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal141531190.9100.220.4165.3283.2332.75
HexE99775B01628a55321
Octal162311671330265024512341
Binary11101001100111101111011011010110101000101001011010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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