#109F72

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

Shades of Free Speech Aquamarine #109F72

Tints of Free Speech Aquamarine #109F72

Color information

#109F72 (or 0x109F72) is unknown color: approx Free Speech Aquamarine. HEX triplet: 10, 9F and 72. RGB value is (16,159,114). Sum of RGB (Red+Green+Blue) = 16+159+114=289 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.54% from 289); Green value is 159 (62.5% from 255 or 55.02% from 289); Blue value is 114 (44.92% from 255 or 39.45% from 289); Max value from RGB is 159 - color contains mainly: green. Hex color #109F72 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #109F72 is #EF608D. Grayscale: #6F6F6F. Windows color (decimal): -15687822 or 7511824. OLE color: 7511824.

HSL color Cylindrical-coordinate representation of color #109F72: hue angle of 161.12º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #109F72 is Cyan = 0.90, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB16159114-
CMYK0.9000.280.38
HSL161.12º81.71%34.31%-
HSV(B)161.12º89.94%62.35%-
XYZ15.6526.1220.14-
YUV111.11129.6260.16-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.54%
GREEN value IS 159 (62.5% from 255) = 55.02%
BLUE value IS 114 (44.92% from 255) = 39.45%
R=5.54%
G=55.02%
B=39.45%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal161591140.9000.280.38161.1281.7134.31
Hex109F725A01C26a15222
Octal202371621320344624112242
Binary100001001111111100101011010011100100110101000011010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #109F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #109F72; }

 p { color: rgb(16,159,114); }

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

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

 a { background-color: rgb(16,159,114); }

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

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

 span { border-color: rgb(16,159,114); }

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