Html Css Color HEX #009972 Free Speech Aquamarine

📋 copy color: '#009972'

red 0 ◦ green 153 ◦ blue 114

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

Shades of Free Speech Aquamarine #009972

Tints of Free Speech Aquamarine #009972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 42.7%

R = 0%
G = 57.3%
B = 42.7%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#009972 (or 0x009972) is known color: Free Speech Aquamarine. HEX triplet: 00, 99 and 72. RGB value is (0,153,114). Sum of RGB (Red+Green+Blue) = 0+153+114=267 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 267); Green value is 153 (60.16% from 255 or 57.30% from 267); Blue value is 114 (44.92% from 255 or 42.70% from 267); Max value from RGB is 153 - color contains mainly: green. Hex color #009972 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009972 is #FF668D. Grayscale: #666666. Windows color (decimal): -16737934 or 7510272. OLE color: 7510272.

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

Color convert

RGB 0 153 114 -
CMYK 1 0 0.25 0.4
HSL 164.71º 1% 0.3% -
HSV(B) 164.71º 1% 0.6% -
XYZ 14.43 24 19.79 -
YUV 102.81 134.31 54.67 -
System Red Green Blue C M Y K H S L
Decimal 0 153 114 1 0 0.25 0.4 164.71 1 0.3
Hex 0 99 72 64 0 19 28 A5 64 1E
Octal 0 231 162 144 0 31 50 245 144 36
Binary 0 10011001 1110010 1100100 0 11001 101000 10100101 1100100 11110

Color Harmonies of #009972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009972

Black with #009972

Text Example


Text Example

White with #009972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009972; }

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

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

background-color css

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

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

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

border-color css

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

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

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