#099774

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

Shades of Free Speech Aquamarine #099774

Tints of Free Speech Aquamarine #099774

Color information

#099774 (or 0x099774) is unknown color: approx Free Speech Aquamarine. HEX triplet: 09, 97 and 74. RGB value is (9,151,116). Sum of RGB (Red+Green+Blue) = 9+151+116=276 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.26% from 276); Green value is 151 (59.38% from 255 or 54.71% from 276); Blue value is 116 (45.70% from 255 or 42.03% from 276); Max value from RGB is 151 - color contains mainly: green. Hex color #099774 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099774 is #F6688B. Grayscale: #686868. Windows color (decimal): -16148620 or 7640841. OLE color: 7640841.

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

Color convert

RGB9151116-
CMYK0.9400.230.41
HSL165.21º88.75%31.37%-
HSV(B)165.21º94.04%59.22%-
XYZ14.3323.4520.29-
YUV104.55134.4659.85-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.26%
GREEN value IS 151 (59.38% from 255) = 54.71%
BLUE value IS 116 (45.70% from 255) = 42.03%
R=3.26%
G=54.71%
B=42.03%

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
Decimal91511160.9400.230.41165.2188.7531.37
Hex997745E01729a5591f
Octal112271641360275124513137
Binary1001100101111110100101111001011110100110100101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #099774; }

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

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

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

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

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

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

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

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