#109E76

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

Shades of Free Speech Aquamarine #109E76

Tints of Free Speech Aquamarine #109E76

Color information

#109E76 (or 0x109E76) is unknown color: approx Free Speech Aquamarine. HEX triplet: 10, 9E and 76. RGB value is (16,158,118). Sum of RGB (Red+Green+Blue) = 16+158+118=292 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.48% from 292); Green value is 158 (62.11% from 255 or 54.11% from 292); Blue value is 118 (46.48% from 255 or 40.41% from 292); Max value from RGB is 158 - color contains mainly: green. Hex color #109E76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #109E76 is #EF6189. Grayscale: #6F6F6F. Windows color (decimal): -15688074 or 7773712. OLE color: 7773712.

HSL color Cylindrical-coordinate representation of color #109E76: hue angle of 163.1º 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 #109E76 is Cyan = 0.90, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB16158118-
CMYK0.9000.250.38
HSL163.1º81.61%34.12%-
HSV(B)163.1º89.87%61.96%-
XYZ15.7125.8721.31-
YUV110.98131.9660.25-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.48%
GREEN value IS 158 (62.11% from 255) = 54.11%
BLUE value IS 118 (46.48% from 255) = 40.41%
R=5.48%
G=54.11%
B=40.41%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal161581180.9000.250.38163.181.6134.12
Hex109E765A01926a35222
Octal202361661320314624312242
Binary100001001111011101101011010011001100110101000111010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #109E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,158,118); }

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

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

 a { background-color: rgb(16,158,118); }

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

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

 span { border-color: rgb(16,158,118); }

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