Html Css Color HEX #009977 Free Speech Aquamarine

📋 copy color: '#009977'

red 0 ◦ green 153 ◦ blue 119

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

Shades of Free Speech Aquamarine #009977

Tints of Free Speech Aquamarine #009977

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 153 (60.16% from 255) = 56.25%

 BLUE value IS 119 (46.88% from 255) = 43.75%

R = 0%
G = 56.25%
B = 43.75%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#009977 (or 0x009977) is known color: Free Speech Aquamarine. HEX triplet: 00, 99 and 77. RGB value is (0,153,119). Sum of RGB (Red+Green+Blue) = 0+153+119=272 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 272); Green value is 153 (60.16% from 255 or 56.25% from 272); Blue value is 119 (46.88% from 255 or 43.75% from 272); Max value from RGB is 153 - color contains mainly: green. Hex color #009977 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009977 is #FF6688. Grayscale: #676767. Windows color (decimal): -16737929 or 7837952. OLE color: 7837952.

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

Color convert

RGB 0 153 119 -
CMYK 1 0 0.22 0.4
HSL 166.67º 1% 0.3% -
HSV(B) 166.67º 1% 0.6% -
XYZ 14.72 24.11 21.33 -
YUV 103.38 136.81 54.26 -
System Red Green Blue C M Y K H S L
Decimal 0 153 119 1 0 0.22 0.4 166.67 1 0.3
Hex 0 99 77 64 0 16 28 A7 64 1E
Octal 0 231 167 144 0 26 50 247 144 36
Binary 0 10011001 1110111 1100100 0 10110 101000 10100111 1100100 11110

Color Harmonies of #009977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009977

Black with #009977

Text Example


Text Example

White with #009977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009977; }

 p { color: rgb(0,153,119); }

 H1.HeaderClassName
 {
   color: #009977;
 }
 .AnyTagClassName
 {
   color: #009977;
 }
</style>

background-color css

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

 a { background-color: rgb(0,153,119); }

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

border-color css

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

 span { border-color: rgb(0,153,119); }

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