#19a08a

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

Shades of Niagara #19A08A

Tints of Niagara #19A08A

Color information

#19A08A (or 0x19A08A) is unknown color: approx Niagara. HEX triplet: 19, A0 and 8A. RGB value is (25,160,138). Sum of RGB (Red+Green+Blue) = 25+160+138=323 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.74% from 323); Green value is 160 (62.89% from 255 or 49.54% from 323); Blue value is 138 (54.30% from 255 or 42.72% from 323); Max value from RGB is 160 - color contains mainly: green. Hex color #19A08A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #19A08A is #E65F75. Grayscale: #757575. Windows color (decimal): -15097718 or 9084953. OLE color: 9084953.

HSL color Cylindrical-coordinate representation of color #19A08A: hue angle of 170.22º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #19A08A is Cyan = 0.84, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB25160138-
CMYK0.8400.140.37
HSL170.22º72.97%36.27%-
HSV(B)170.22º84.38%62.75%-
XYZ17.5627.1828.37-
YUV117.13139.7762.29-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.74%
GREEN value IS 160 (62.89% from 255) = 49.54%
BLUE value IS 138 (54.30% from 255) = 42.72%
R=7.74%
G=49.54%
B=42.72%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal251601380.8400.140.37170.2272.9736.27
Hex19A08A540E25aa4924
Octal312402121240164525211144
Binary110011010000010001010101010001110100101101010101001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19a08a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19a08a; }

 p { color: rgb(25,160,138); }

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

<style>
 a { background-color: #19a08a; }

 a { background-color: rgb(25,160,138); }

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

<style>
 span { border-color: #19a08a; }

 span { border-color: rgb(25,160,138); }

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