#199E79

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

Shades of Free Speech Aquamarine #199E79

Tints of Free Speech Aquamarine #199E79

Color information

#199E79 (or 0x199E79) is unknown color: approx Free Speech Aquamarine. HEX triplet: 19, 9E and 79. RGB value is (25,158,121). Sum of RGB (Red+Green+Blue) = 25+158+121=304 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.22% from 304); Green value is 158 (62.11% from 255 or 51.97% from 304); Blue value is 121 (47.66% from 255 or 39.80% from 304); Max value from RGB is 158 - color contains mainly: green. Hex color #199E79 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #199E79 is #E66186. Grayscale: #727272. Windows color (decimal): -15098247 or 7970329. OLE color: 7970329.

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

Color convert

RGB25158121-
CMYK0.8400.230.38
HSL163.31º72.68%35.88%-
HSV(B)163.31º84.18%61.96%-
XYZ16.0826.0422.27-
YUV114.01131.9464.51-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.22%
GREEN value IS 158 (62.11% from 255) = 51.97%
BLUE value IS 121 (47.66% from 255) = 39.80%
R=8.22%
G=51.97%
B=39.80%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal251581210.8400.230.38163.3172.6835.88
Hex199E795401726a34924
Octal312361711240274624311144
Binary110011001111011110011010100010111100110101000111001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #199E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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