#19997f

Color #19997F Niagara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Niagara #19997F

Tints of Niagara #19997F

Color information

#19997F (or 0x19997F) is unknown color: approx Niagara. HEX triplet: 19, 99 and 7F. RGB value is (25,153,127). Sum of RGB (Red+Green+Blue) = 25+153+127=305 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.20% from 305); Green value is 153 (60.16% from 255 or 50.16% from 305); Blue value is 127 (50% from 255 or 41.64% from 305); Max value from RGB is 153 - color contains mainly: green. Hex color #19997F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #19997F is #E66680. Grayscale: #6F6F6F. Windows color (decimal): -15099521 or 8362265. OLE color: 8362265.

HSL color Cylindrical-coordinate representation of color #19997F: hue angle of 167.81º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19997F is Cyan = 0.84, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.4.

Color convert

RGB25153127-
CMYK0.8400.170.4
HSL167.81º71.91%34.9%-
HSV(B)167.81º83.66%60%-
XYZ15.6224.5223.99-
YUV111.76136.5966.11-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.20%
GREEN value IS 153 (60.16% from 255) = 50.16%
BLUE value IS 127 (50% from 255) = 41.64%
R=8.20%
G=50.16%
B=41.64%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal251531270.8400.170.4167.8171.9134.9
Hex19997F5401128a84823
Octal312311771240215025011043
Binary110011001100111111111010100010001101000101010001001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19997f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19997f; }

 p { color: rgb(25,153,127); }

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

<style>
 a { background-color: #19997f; }

 a { background-color: rgb(25,153,127); }

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

<style>
 span { border-color: #19997f; }

 span { border-color: rgb(25,153,127); }

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