#0E986D

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

Shades of Free Speech Aquamarine #0E986D

Tints of Free Speech Aquamarine #0E986D

Color information

#0E986D (or 0x0E986D) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0E, 98 and 6D. RGB value is (14,152,109). Sum of RGB (Red+Green+Blue) = 14+152+109=275 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.09% from 275); Green value is 152 (59.77% from 255 or 55.27% from 275); Blue value is 109 (42.97% from 255 or 39.64% from 275); Max value from RGB is 152 - color contains mainly: green. Hex color #0E986D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E986D is #F16792. Grayscale: #696969. Windows color (decimal): -15820691 or 7182350. OLE color: 7182350.

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

Color convert

RGB14152109-
CMYK0.9100.280.40
HSL161.3º83.13%32.55%-
HSV(B)161.3º90.79%59.61%-
XYZ14.1723.6518.29-
YUV105.84129.7862.5-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.09%
GREEN value IS 152 (59.77% from 255) = 55.27%
BLUE value IS 109 (42.97% from 255) = 39.64%
R=5.09%
G=55.27%
B=39.64%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal141521090.9100.280.40161.383.1332.55
HexE986D5B01C28a15321
Octal162301551330345024112341
Binary11101001100011011011011011011100101000101000011010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E986D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,152,109); }

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

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

 a { background-color: rgb(14,152,109); }

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

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

 span { border-color: rgb(14,152,109); }

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