#009972

Color #009972 Free Speech Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Aquamarine #009972

Tints of Free Speech Aquamarine #009972

Color information

#009972 (or 0x009972) is unknown color: approx 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

RGB0153114-
CMYK100.250.4
HSL164.71º100%30%-
HSV(B)164.71º100%60%-
XYZ14.432419.79-
YUV102.81134.3154.67-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 153 (60.16% from 255) = 57.30%
BLUE value IS 114 (44.92% from 255) = 42.70%
R=0%
G=57.30%
B=42.70%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal0153114100.250.4164.7110030
Hex099726401928a5641e
Octal02311621440315024514436
Binary0100110011110010110010001100110100010100101110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>