#099F7E

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

Shades of Free Speech Aquamarine #099F7E

Tints of Free Speech Aquamarine #099F7E

Color information

#099F7E (or 0x099F7E) is unknown color: approx Free Speech Aquamarine. HEX triplet: 09, 9F and 7E. RGB value is (9,159,126). Sum of RGB (Red+Green+Blue) = 9+159+126=294 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.06% from 294); Green value is 159 (62.5% from 255 or 54.08% from 294); Blue value is 126 (49.61% from 255 or 42.86% from 294); Max value from RGB is 159 - color contains mainly: green. Hex color #099F7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #099F7E is #F66081. Grayscale: #6E6E6E. Windows color (decimal): -16146562 or 8298249. OLE color: 8298249.

HSL color Cylindrical-coordinate representation of color #099F7E: hue angle of 166.8º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099F7E is Cyan = 0.94, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB9159126-
CMYK0.9400.210.38
HSL166.8º89.29%32.94%-
HSV(B)166.8º94.34%62.35%-
XYZ16.2826.3623.97-
YUV110.39136.855.68-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.06%
GREEN value IS 159 (62.5% from 255) = 54.08%
BLUE value IS 126 (49.61% from 255) = 42.86%
R=3.06%
G=54.08%
B=42.86%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal91591260.9400.210.38166.889.2932.94
Hex99F7E5E01526a75921
Octal112371761360254624713141
Binary10011001111111111101011110010101100110101001111011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,159,126); }

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

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

 a { background-color: rgb(9,159,126); }

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

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

 span { border-color: rgb(9,159,126); }

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