#199E78

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

Shades of Free Speech Aquamarine #199E78

Tints of Free Speech Aquamarine #199E78

Color information

#199E78 (or 0x199E78) is unknown color: approx Free Speech Aquamarine. HEX triplet: 19, 9E and 78. RGB value is (25,158,120). Sum of RGB (Red+Green+Blue) = 25+158+120=303 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.25% from 303); Green value is 158 (62.11% from 255 or 52.15% from 303); Blue value is 120 (47.27% from 255 or 39.60% from 303); Max value from RGB is 158 - color contains mainly: green. Hex color #199E78 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #199E78 is #E66187. Grayscale: #717171. Windows color (decimal): -15098248 or 7904793. OLE color: 7904793.

HSL color Cylindrical-coordinate representation of color #199E78: hue angle of 162.86º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #199E78 is Cyan = 0.84, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.38.

Color convert

RGB25158120-
CMYK0.8400.240.38
HSL162.86º72.68%35.88%-
HSV(B)162.86º84.18%61.96%-
XYZ16.0226.0221.95-
YUV113.9131.4464.59-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.25%
GREEN value IS 158 (62.11% from 255) = 52.15%
BLUE value IS 120 (47.27% from 255) = 39.60%
R=8.25%
G=52.15%
B=39.60%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal251581200.8400.240.38162.8672.6835.88
Hex199E785401826a34924
Octal312361701240304624311144
Binary110011001111011110001010100011000100110101000111001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #199E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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