#099A83

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

Shades of Free Speech Aquamarine #099A83

Tints of Free Speech Aquamarine #099A83

Color information

#099A83 (or 0x099A83) is unknown color: approx Free Speech Aquamarine. HEX triplet: 09, 9A and 83. RGB value is (9,154,131). Sum of RGB (Red+Green+Blue) = 9+154+131=294 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.06% from 294); Green value is 154 (60.55% from 255 or 52.38% from 294); Blue value is 131 (51.56% from 255 or 44.56% from 294); Max value from RGB is 154 - color contains mainly: green. Hex color #099A83 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099A83 is #F6657C. Grayscale: #6B6B6B. Windows color (decimal): -16147837 or 8624649. OLE color: 8624649.

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

Color convert

RGB9154131-
CMYK0.9400.150.40
HSL170.48º88.96%31.96%-
HSV(B)170.48º94.16%60.39%-
XYZ15.7624.8125.43-
YUV108.02140.9657.37-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.06%
GREEN value IS 154 (60.55% from 255) = 52.38%
BLUE value IS 131 (51.56% from 255) = 44.56%
R=3.06%
G=52.38%
B=44.56%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal91541310.9400.150.40170.4888.9631.96
Hex99A835E0F28aa5920
Octal112322031360175025213140
Binary10011001101010000011101111001111101000101010101011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #099A83; }

 p { color: rgb(9,154,131); }

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

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

 a { background-color: rgb(9,154,131); }

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

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

 span { border-color: rgb(9,154,131); }

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