#109E79

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

Shades of Free Speech Aquamarine #109E79

Tints of Free Speech Aquamarine #109E79

Color information

#109E79 (or 0x109E79) is unknown color: approx Free Speech Aquamarine. HEX triplet: 10, 9E and 79. RGB value is (16,158,121). Sum of RGB (Red+Green+Blue) = 16+158+121=295 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.42% from 295); Green value is 158 (62.11% from 255 or 53.56% from 295); Blue value is 121 (47.66% from 255 or 41.02% from 295); Max value from RGB is 158 - color contains mainly: green. Hex color #109E79 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #109E79 is #EF6186. Grayscale: #6F6F6F. Windows color (decimal): -15688071 or 7970320. OLE color: 7970320.

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

Color convert

RGB16158121-
CMYK0.9000.230.38
HSL164.37º81.61%34.12%-
HSV(B)164.37º89.87%61.96%-
XYZ15.8925.9422.26-
YUV111.32133.4660.01-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.42%
GREEN value IS 158 (62.11% from 255) = 53.56%
BLUE value IS 121 (47.66% from 255) = 41.02%
R=5.42%
G=53.56%
B=41.02%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal161581210.9000.230.38164.3781.6134.12
Hex109E795A01726a45222
Octal202361711320274624412242
Binary100001001111011110011011010010111100110101001001010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #109E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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