#009E76

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

Shades of Free Speech Aquamarine #009E76

Tints of Free Speech Aquamarine #009E76

Color information

#009E76 (or 0x009E76) is unknown color: approx Free Speech Aquamarine. HEX triplet: 00, 9E and 76. RGB value is (0,158,118). Sum of RGB (Red+Green+Blue) = 0+158+118=276 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 276); Green value is 158 (62.11% from 255 or 57.25% from 276); Blue value is 118 (46.48% from 255 or 42.75% from 276); Max value from RGB is 158 - color contains mainly: green. Hex color #009E76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009E76 is #FF6189. Grayscale: #6A6A6A. Windows color (decimal): -16736650 or 7773696. OLE color: 7773696.

HSL color Cylindrical-coordinate representation of color #009E76: hue angle of 164.81º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009E76 is Cyan = 1, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB0158118-
CMYK100.250.38
HSL164.81º100%30.98%-
HSV(B)164.81º100%61.96%-
XYZ15.525.7621.3-
YUV106.2134.6552.25-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 158 (62.11% from 255) = 57.25%
BLUE value IS 118 (46.48% from 255) = 42.75%
R=0%
G=57.25%
B=42.75%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal0158118100.250.38164.8110030.98
Hex09E766401926a5641f
Octal02361661440314624514437
Binary0100111101110110110010001100110011010100101110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009E76; }

 p { color: rgb(0,158,118); }

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

<style>
 a { background-color: #009E76; }

 a { background-color: rgb(0,158,118); }

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

<style>
 span { border-color: #009E76; }

 span { border-color: rgb(0,158,118); }

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