#09976C

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

Shades of Free Speech Aquamarine #09976C

Tints of Free Speech Aquamarine #09976C

Color information

#09976C (or 0x09976C) is unknown color: approx Free Speech Aquamarine. HEX triplet: 09, 97 and 6C. RGB value is (9,151,108). Sum of RGB (Red+Green+Blue) = 9+151+108=268 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.36% from 268); Green value is 151 (59.38% from 255 or 56.34% from 268); Blue value is 108 (42.58% from 255 or 40.30% from 268); Max value from RGB is 151 - color contains mainly: green. Hex color #09976C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09976C is #F66893. Grayscale: #676767. Windows color (decimal): -16148628 or 7116553. OLE color: 7116553.

HSL color Cylindrical-coordinate representation of color #09976C: hue angle of 161.83º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09976C is Cyan = 0.94, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB9151108-
CMYK0.9400.280.41
HSL161.83º88.75%31.37%-
HSV(B)161.83º94.04%59.22%-
XYZ13.8923.2717.95-
YUV103.64130.4660.5-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.36%
GREEN value IS 151 (59.38% from 255) = 56.34%
BLUE value IS 108 (42.58% from 255) = 40.30%
R=3.36%
G=56.34%
B=40.30%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal91511080.9400.280.41161.8388.7531.37
Hex9976C5E01C29a2591f
Octal112271541360345124213137
Binary1001100101111101100101111001110010100110100010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09976C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09976C; }

 p { color: rgb(9,151,108); }

 H1.HeaderClassName
 {
   color: #09976C;
 }
 .AnyTagClassName
 {
   color: #09976C;
 }
</style>
background-color css

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

 a { background-color: rgb(9,151,108); }

 div.DivClassName
 {
   background-color: #09976C;
 }
 .BgClassName
 {
   background-color: #09976C;
 }
</style>
border-color css

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

 span { border-color: rgb(9,151,108); }

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