#0E9E75

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

Shades of Free Speech Aquamarine #0E9E75

Tints of Free Speech Aquamarine #0E9E75

Color information

#0E9E75 (or 0x0E9E75) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0E, 9E and 75. RGB value is (14,158,117). Sum of RGB (Red+Green+Blue) = 14+158+117=289 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.84% from 289); Green value is 158 (62.11% from 255 or 54.67% from 289); Blue value is 117 (46.09% from 255 or 40.48% from 289); Max value from RGB is 158 - color contains mainly: green. Hex color #0E9E75 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9E75 is #F1618A. Grayscale: #6E6E6E. Windows color (decimal): -15819147 or 7708174. OLE color: 7708174.

HSL color Cylindrical-coordinate representation of color #0E9E75: hue angle of 162.92º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9E75 is Cyan = 0.91, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB14158117-
CMYK0.9100.260.38
HSL162.92º83.72%33.73%-
HSV(B)162.92º91.14%61.96%-
XYZ15.6225.8320.99-
YUV110.27131.7959.33-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.84%
GREEN value IS 158 (62.11% from 255) = 54.67%
BLUE value IS 117 (46.09% from 255) = 40.48%
R=4.84%
G=54.67%
B=40.48%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal141581170.9100.260.38162.9283.7233.73
HexE9E755B01A26a35422
Octal162361651330324624312442
Binary11101001111011101011011011011010100110101000111010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,158,117); }

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

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

 a { background-color: rgb(14,158,117); }

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

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

 span { border-color: rgb(14,158,117); }

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