#09977F

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

Shades of Free Speech Aquamarine #09977F

Tints of Free Speech Aquamarine #09977F

Color information

#09977F (or 0x09977F) is unknown color: approx Free Speech Aquamarine. HEX triplet: 09, 97 and 7F. RGB value is (9,151,127). Sum of RGB (Red+Green+Blue) = 9+151+127=287 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.14% from 287); Green value is 151 (59.38% from 255 or 52.61% from 287); Blue value is 127 (50% from 255 or 44.25% from 287); Max value from RGB is 151 - color contains mainly: green. Hex color #09977F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09977F is #F66880. Grayscale: #696969. Windows color (decimal): -16148609 or 8361737. OLE color: 8361737.

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

Color convert

RGB9151127-
CMYK0.9400.160.41
HSL169.86º88.75%31.37%-
HSV(B)169.86º94.04%59.22%-
XYZ15.0123.7223.87-
YUV105.81139.9658.95-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.14%
GREEN value IS 151 (59.38% from 255) = 52.61%
BLUE value IS 127 (50% from 255) = 44.25%
R=3.14%
G=52.61%
B=44.25%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal91511270.9400.160.41169.8688.7531.37
Hex9977F5E01029aa591f
Octal112271771360205125213137
Binary1001100101111111111101111001000010100110101010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09977F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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