#099873

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

Shades of Free Speech Aquamarine #099873

Tints of Free Speech Aquamarine #099873

Color information

#099873 (or 0x099873) is unknown color: approx Free Speech Aquamarine. HEX triplet: 09, 98 and 73. RGB value is (9,152,115). Sum of RGB (Red+Green+Blue) = 9+152+115=276 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.26% from 276); Green value is 152 (59.77% from 255 or 55.07% from 276); Blue value is 115 (45.31% from 255 or 41.67% from 276); Max value from RGB is 152 - color contains mainly: green. Hex color #099873 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099873 is #F6678C. Grayscale: #696969. Windows color (decimal): -16148365 or 7575561. OLE color: 7575561.

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

Color convert

RGB9152115-
CMYK0.9400.240.40
HSL164.48º88.82%31.57%-
HSV(B)164.48º94.08%59.61%-
XYZ14.4423.7520.04-
YUV105.02133.6259.51-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.26%
GREEN value IS 152 (59.77% from 255) = 55.07%
BLUE value IS 115 (45.31% from 255) = 41.67%
R=3.26%
G=55.07%
B=41.67%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal91521150.9400.240.40164.4888.8231.57
Hex998735E01828a45920
Octal112301631360305024413140
Binary10011001100011100111011110011000101000101001001011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #099873; }

 p { color: rgb(9,152,115); }

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

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

 a { background-color: rgb(9,152,115); }

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

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

 span { border-color: rgb(9,152,115); }

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