#099977

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

Shades of Free Speech Aquamarine #099977

Tints of Free Speech Aquamarine #099977

Color information

#099977 (or 0x099977) is unknown color: approx Free Speech Aquamarine. HEX triplet: 09, 99 and 77. RGB value is (9,153,119). Sum of RGB (Red+Green+Blue) = 9+153+119=281 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.20% from 281); Green value is 153 (60.16% from 255 or 54.45% from 281); Blue value is 119 (46.88% from 255 or 42.35% from 281); Max value from RGB is 153 - color contains mainly: green. Hex color #099977 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099977 is #F66688. Grayscale: #6A6A6A. Windows color (decimal): -16148105 or 7837961. OLE color: 7837961.

HSL color Cylindrical-coordinate representation of color #099977: hue angle of 165.83º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099977 is Cyan = 0.94, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB9153119-
CMYK0.9400.220.4
HSL165.83º88.89%31.76%-
HSV(B)165.83º94.12%60%-
XYZ14.8324.1721.34-
YUV106.07135.2958.76-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.20%
GREEN value IS 153 (60.16% from 255) = 54.45%
BLUE value IS 119 (46.88% from 255) = 42.35%
R=3.20%
G=54.45%
B=42.35%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal91531190.9400.220.4165.8388.8931.76
Hex999775E01628a65920
Octal112311671360265024613140
Binary10011001100111101111011110010110101000101001101011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #099977; }

 p { color: rgb(9,153,119); }

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

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

 a { background-color: rgb(9,153,119); }

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

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

 span { border-color: rgb(9,153,119); }

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