Html Css Color HEX #009976 Free Speech Aquamarine

📋 copy color: '#009976'

red 0 ◦ green 153 ◦ blue 118

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

Shades of Free Speech Aquamarine #009976

Tints of Free Speech Aquamarine #009976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 43.54%

R = 0%
G = 56.46%
B = 43.54%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.23

 K value IS 0.4

RGB Variations

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

Color information

#009976 (or 0x009976) is known color: Free Speech Aquamarine. HEX triplet: 00, 99 and 76. RGB value is (0,153,118). Sum of RGB (Red+Green+Blue) = 0+153+118=271 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 271); Green value is 153 (60.16% from 255 or 56.46% from 271); Blue value is 118 (46.48% from 255 or 43.54% from 271); Max value from RGB is 153 - color contains mainly: green. Hex color #009976 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009976 is #FF6689. Grayscale: #676767. Windows color (decimal): -16737930 or 7772416. OLE color: 7772416.

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

Color convert

RGB 0 153 118 -
CMYK 1 0 0.23 0.4
HSL 166.27º 1% 0.3% -
HSV(B) 166.27º 1% 0.6% -
XYZ 14.66 24.09 21.02 -
YUV 103.26 136.31 54.35 -
System Red Green Blue C M Y K H S L
Decimal 0 153 118 1 0 0.23 0.4 166.27 1 0.3
Hex 0 99 76 64 0 17 28 A6 64 1E
Octal 0 231 166 144 0 27 50 246 144 36
Binary 0 10011001 1110110 1100100 0 10111 101000 10100110 1100100 11110

Color Harmonies of #009976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009976

Black with #009976

Text Example


Text Example

White with #009976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009976; }

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

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

background-color css

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

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

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

border-color css

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

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

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