#009770

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

Shades of Free Speech Aquamarine #009770

Tints of Free Speech Aquamarine #009770

Color information

#009770 (or 0x009770) is unknown color: approx Free Speech Aquamarine. HEX triplet: 00, 97 and 70. RGB value is (0,151,112). Sum of RGB (Red+Green+Blue) = 0+151+112=263 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 263); Green value is 151 (59.38% from 255 or 57.41% from 263); Blue value is 112 (44.14% from 255 or 42.59% from 263); Max value from RGB is 151 - color contains mainly: green. Hex color #009770 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009770 is #FF688F. Grayscale: #656565. Windows color (decimal): -16738448 or 7378688. OLE color: 7378688.

HSL color Cylindrical-coordinate representation of color #009770: hue angle of 164.5º 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 #009770 is Cyan = 1, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB0151112-
CMYK100.260.41
HSL164.5º100%29.61%-
HSV(B)164.5º100%59.22%-
XYZ13.9923.319.09-
YUV101.4133.9755.67-

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.41%
BLUE value IS 112 (44.14% from 255) = 42.59%
R=0%
G=57.41%
B=42.59%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal0151112100.260.41164.510029.61
Hex097706401A29a5641e
Octal02271601440325124514436
Binary0100101111110000110010001101010100110100101110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009770; }

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

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

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

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

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

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

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

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