#009771

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

Shades of Free Speech Aquamarine #009771

Tints of Free Speech Aquamarine #009771

Color information

#009771 (or 0x009771) is unknown color: approx Free Speech Aquamarine. HEX triplet: 00, 97 and 71. RGB value is (0,151,113). Sum of RGB (Red+Green+Blue) = 0+151+113=264 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 264); Green value is 151 (59.38% from 255 or 57.20% from 264); Blue value is 113 (44.53% from 255 or 42.80% from 264); Max value from RGB is 151 - color contains mainly: green. Hex color #009771 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009771 is #FF688E. Grayscale: #656565. Windows color (decimal): -16738447 or 7444224. OLE color: 7444224.

HSL color Cylindrical-coordinate representation of color #009771: hue angle of 164.9º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009771 is Cyan = 1, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB0151113-
CMYK100.250.41
HSL164.9º100%29.61%-
HSV(B)164.9º100%59.22%-
XYZ14.0523.3319.38-
YUV101.52134.4755.59-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 151 (59.38% from 255) = 57.20%
BLUE value IS 113 (44.53% from 255) = 42.80%
R=0%
G=57.20%
B=42.80%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal0151113100.250.41164.910029.61
Hex097716401929a5641e
Octal02271611440315124514436
Binary0100101111110001110010001100110100110100101110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009771; }

 p { color: rgb(0,151,113); }

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

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

 a { background-color: rgb(0,151,113); }

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

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

 span { border-color: rgb(0,151,113); }

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