#09977C

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

Shades of Free Speech Aquamarine #09977C

Tints of Free Speech Aquamarine #09977C

Color information

#09977C (or 0x09977C) is unknown color: approx Free Speech Aquamarine. HEX triplet: 09, 97 and 7C. RGB value is (9,151,124). Sum of RGB (Red+Green+Blue) = 9+151+124=284 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.17% from 284); Green value is 151 (59.38% from 255 or 53.17% from 284); Blue value is 124 (48.83% from 255 or 43.66% from 284); Max value from RGB is 151 - color contains mainly: green. Hex color #09977C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09977C is #F66883. Grayscale: #696969. Windows color (decimal): -16148612 or 8165129. OLE color: 8165129.

HSL color Cylindrical-coordinate representation of color #09977C: hue angle of 168.59º 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 #09977C is Cyan = 0.94, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB9151124-
CMYK0.9400.180.41
HSL168.59º88.75%31.37%-
HSV(B)168.59º94.04%59.22%-
XYZ14.8223.6522.85-
YUV105.46138.4659.2-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.17%
GREEN value IS 151 (59.38% from 255) = 53.17%
BLUE value IS 124 (48.83% from 255) = 43.66%
R=3.17%
G=53.17%
B=43.66%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal91511240.9400.180.41168.5988.7531.37
Hex9977C5E01229a9591f
Octal112271741360225125113137
Binary1001100101111111100101111001001010100110101001101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09977C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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