Html Css Color HEX #009971 Free Speech Aquamarine

📋 copy color: '#009971'

red 0 ◦ green 153 ◦ blue 113

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

Shades of Free Speech Aquamarine #009971

Tints of Free Speech Aquamarine #009971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 42.48%

R = 0%
G = 57.52%
B = 42.48%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.26

 K value IS 0.4

RGB Variations

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

Color information

#009971 (or 0x009971) is known color: Free Speech Aquamarine. HEX triplet: 00, 99 and 71. RGB value is (0,153,113). Sum of RGB (Red+Green+Blue) = 0+153+113=266 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 266); Green value is 153 (60.16% from 255 or 57.52% from 266); Blue value is 113 (44.53% from 255 or 42.48% from 266); Max value from RGB is 153 - color contains mainly: green. Hex color #009971 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009971 is #FF668E. Grayscale: #666666. Windows color (decimal): -16737935 or 7444736. OLE color: 7444736.

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

Color convert

RGB 0 153 113 -
CMYK 1 0 0.26 0.4
HSL 164.31º 1% 0.3% -
HSV(B) 164.31º 1% 0.6% -
XYZ 14.37 23.97 19.49 -
YUV 102.69 133.81 54.75 -
System Red Green Blue C M Y K H S L
Decimal 0 153 113 1 0 0.26 0.4 164.31 1 0.3
Hex 0 99 71 64 0 1A 28 A4 64 1E
Octal 0 231 161 144 0 32 50 244 144 36
Binary 0 10011001 1110001 1100100 0 11010 101000 10100100 1100100 11110

Color Harmonies of #009971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009971

Black with #009971

Text Example


Text Example

White with #009971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009971; }

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

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

background-color css

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

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

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

border-color css

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

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

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