Html Css Color HEX #199B86 Niagara

📋 copy color: '#199B86'

red 25 ◦ green 155 ◦ blue 134

#199B86
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Niagara #199B86

Tints of Niagara #199B86

RGB

 RED value IS 25 (10.16% from 255) = 7.96%

 GREEN value IS 155 (60.94% from 255) = 49.36%

 BLUE value IS 134 (52.73% from 255) = 42.68%

R = 7.96%
G = 49.36%
B = 42.68%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.14

 K value IS 0.39

RGB Variations

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

Color information

#199B86 (or 0x199B86) is known color: Niagara. HEX triplet: 19, 9B and 86. RGB value is (25,155,134). Sum of RGB (Red+Green+Blue) = 25+155+134=314 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.96% from 314); Green value is 155 (60.94% from 255 or 49.36% from 314); Blue value is 134 (52.73% from 255 or 42.68% from 314); Max value from RGB is 155 - color contains mainly: green. Hex color #199B86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199B86 is #E66479. Grayscale: #717171. Windows color (decimal): -15099002 or 8821529. OLE color: 8821529.

HSL color Cylindrical-coordinate representation of color #199B86: hue angle of 170.31º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #199B86 is Cyan = 0.84, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB 25 155 134 -
CMYK 0.84 0 0.14 0.39
HSL 170.31º 0.72% 0.35% -
HSV(B) 170.31º 0.84% 0.61% -
XYZ 16.43 25.37 26.59 -
YUV 113.74 139.43 64.71 -
System Red Green Blue C M Y K H S L
Decimal 25 155 134 0.84 0 0.14 0.39 170.31 0.72 0.35
Hex 19 9B 86 54 0 E 27 AA 48 23
Octal 31 233 206 124 0 16 47 252 110 43
Binary 11001 10011011 10000110 1010100 0 1110 100111 10101010 1001000 100011

Color Harmonies of #199B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199B86

Black with #199B86

Text Example


Text Example

White with #199B86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,155,134); }

 H1.HeaderClassName
 {
   color: #199B86;
 }
 .AnyTagClassName
 {
   color: #199B86;
 }
</style>

background-color css

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

 a { background-color: rgb(25,155,134); }

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

border-color css

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

 span { border-color: rgb(25,155,134); }

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