#099971

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

Shades of Free Speech Aquamarine #099971

Tints of Free Speech Aquamarine #099971

Color information

#099971 (or 0x099971) is unknown color: approx Free Speech Aquamarine. HEX triplet: 09, 99 and 71. RGB value is (9,153,113). Sum of RGB (Red+Green+Blue) = 9+153+113=275 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.27% from 275); Green value is 153 (60.16% from 255 or 55.64% from 275); Blue value is 113 (44.53% from 255 or 41.09% from 275); Max value from RGB is 153 - color contains mainly: green. Hex color #099971 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099971 is #F6668E. Grayscale: #696969. Windows color (decimal): -16148111 or 7444745. OLE color: 7444745.

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

Color convert

RGB9153113-
CMYK0.9400.260.4
HSL163.33º88.89%31.76%-
HSV(B)163.33º94.12%60%-
XYZ14.4824.0319.5-
YUV105.38132.2959.25-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.27%
GREEN value IS 153 (60.16% from 255) = 55.64%
BLUE value IS 113 (44.53% from 255) = 41.09%
R=3.27%
G=55.64%
B=41.09%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal91531130.9400.260.4163.3388.8931.76
Hex999715E01A28a35920
Octal112311611360325024313140
Binary10011001100111100011011110011010101000101000111011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #099971; }

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

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

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

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

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

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

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

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