#099775

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

Shades of Free Speech Aquamarine #099775

Tints of Free Speech Aquamarine #099775

Color information

#099775 (or 0x099775) is unknown color: approx Free Speech Aquamarine. HEX triplet: 09, 97 and 75. RGB value is (9,151,117). Sum of RGB (Red+Green+Blue) = 9+151+117=277 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.25% from 277); Green value is 151 (59.38% from 255 or 54.51% from 277); Blue value is 117 (46.09% from 255 or 42.24% from 277); Max value from RGB is 151 - color contains mainly: green. Hex color #099775 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099775 is #F6688A. Grayscale: #686868. Windows color (decimal): -16148619 or 7706377. OLE color: 7706377.

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

Color convert

RGB9151117-
CMYK0.9400.230.41
HSL165.63º88.75%31.37%-
HSV(B)165.63º94.04%59.22%-
XYZ14.3923.4820.6-
YUV104.67134.9659.76-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.25%
GREEN value IS 151 (59.38% from 255) = 54.51%
BLUE value IS 117 (46.09% from 255) = 42.24%
R=3.25%
G=54.51%
B=42.24%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal91511170.9400.230.41165.6388.7531.37
Hex997755E01729a6591f
Octal112271651360275124613137
Binary1001100101111110101101111001011110100110100110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #099775; }

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

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

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

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

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

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

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

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