#199E7A

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

Shades of Free Speech Aquamarine #199E7A

Tints of Free Speech Aquamarine #199E7A

Color information

#199E7A (or 0x199E7A) is unknown color: approx Free Speech Aquamarine. HEX triplet: 19, 9E and 7A. RGB value is (25,158,122). Sum of RGB (Red+Green+Blue) = 25+158+122=305 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.20% from 305); Green value is 158 (62.11% from 255 or 51.80% from 305); Blue value is 122 (48.05% from 255 or 40% from 305); Max value from RGB is 158 - color contains mainly: green. Hex color #199E7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #199E7A is #E66185. Grayscale: #727272. Windows color (decimal): -15098246 or 8035865. OLE color: 8035865.

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

Color convert

RGB25158122-
CMYK0.8400.230.38
HSL163.76º72.68%35.88%-
HSV(B)163.76º84.18%61.96%-
XYZ16.1426.0722.59-
YUV114.13132.4464.43-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.20%
GREEN value IS 158 (62.11% from 255) = 51.80%
BLUE value IS 122 (48.05% from 255) = 40%
R=8.20%
G=51.80%
B=40%

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
Decimal251581220.8400.230.38163.7672.6835.88
Hex199E7A5401726a44924
Octal312361721240274624411144
Binary110011001111011110101010100010111100110101001001001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #199E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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