Html Css Color HEX #009770 Free Speech Aquamarine

📋 copy color: '#009770'

red 0 ◦ green 151 ◦ blue 112

#009770
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Aquamarine #009770

Tints of Free Speech Aquamarine #009770

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 value IS 1

 M value IS 0

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#009770 (or 0x009770) is known color: 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

RGB 0 151 112 -
CMYK 1 0 0.26 0.41
HSL 164.5º 1% 0.3% -
HSV(B) 164.5º 1% 0.59% -
XYZ 13.99 23.3 19.09 -
YUV 101.41 133.97 55.67 -
System Red Green Blue C M Y K H S L
Decimal 0 151 112 1 0 0.26 0.41 164.5 1 0.3
Hex 0 97 70 64 0 1A 29 A5 64 1E
Octal 0 227 160 144 0 32 51 245 144 36
Binary 0 10010111 1110000 1100100 0 11010 101001 10100101 1100100 11110

Color Harmonies of #009770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009770

Black with #009770

Text Example


Text Example

White with #009770

Text Example


Text Example

HTML Codes & Css Web 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>