#099872

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

Shades of Free Speech Aquamarine #099872

Tints of Free Speech Aquamarine #099872

Color information

#099872 (or 0x099872) is unknown color: approx Free Speech Aquamarine. HEX triplet: 09, 98 and 72. RGB value is (9,152,114). Sum of RGB (Red+Green+Blue) = 9+152+114=275 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.27% from 275); Green value is 152 (59.77% from 255 or 55.27% from 275); Blue value is 114 (44.92% from 255 or 41.45% from 275); Max value from RGB is 152 - color contains mainly: green. Hex color #099872 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099872 is #F6678D. Grayscale: #686868. Windows color (decimal): -16148366 or 7510025. OLE color: 7510025.

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

Color convert

RGB9152114-
CMYK0.9400.250.40
HSL164.06º88.82%31.57%-
HSV(B)164.06º94.08%59.61%-
XYZ14.3823.7319.74-
YUV104.91133.1259.59-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.27%
GREEN value IS 152 (59.77% from 255) = 55.27%
BLUE value IS 114 (44.92% from 255) = 41.45%
R=3.27%
G=55.27%
B=41.45%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal91521140.9400.250.40164.0688.8231.57
Hex998725E01928a45920
Octal112301621360315024413140
Binary10011001100011100101011110011001101000101001001011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #099872; }

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

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

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

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

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

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

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

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