#109E78

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

Shades of Free Speech Aquamarine #109E78

Tints of Free Speech Aquamarine #109E78

Color information

#109E78 (or 0x109E78) is unknown color: approx Free Speech Aquamarine. HEX triplet: 10, 9E and 78. RGB value is (16,158,120). Sum of RGB (Red+Green+Blue) = 16+158+120=294 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.44% from 294); Green value is 158 (62.11% from 255 or 53.74% from 294); Blue value is 120 (47.27% from 255 or 40.82% from 294); Max value from RGB is 158 - color contains mainly: green. Hex color #109E78 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #109E78 is #EF6187. Grayscale: #6F6F6F. Windows color (decimal): -15688072 or 7904784. OLE color: 7904784.

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

Color convert

RGB16158120-
CMYK0.9000.240.38
HSL163.94º81.61%34.12%-
HSV(B)163.94º89.87%61.96%-
XYZ15.8325.9221.94-
YUV111.21132.9660.09-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.44%
GREEN value IS 158 (62.11% from 255) = 53.74%
BLUE value IS 120 (47.27% from 255) = 40.82%
R=5.44%
G=53.74%
B=40.82%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal161581200.9000.240.38163.9481.6134.12
Hex109E785A01826a45222
Octal202361701320304624412242
Binary100001001111011110001011010011000100110101001001010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #109E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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