Html Css Color HEX #199D85 Niagara

📋 copy color: '#199D85'

red 25 ◦ green 157 ◦ blue 133

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

Shades of Niagara #199D85

Tints of Niagara #199D85

RGB

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

 GREEN value IS 157 (61.72% from 255) = 49.84%

 BLUE value IS 133 (52.34% from 255) = 42.22%

R = 7.94%
G = 49.84%
B = 42.22%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.15

 K value IS 0.38

RGB Variations

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

Color information

#199D85 (or 0x199D85) is known color: Niagara. HEX triplet: 19, 9D and 85. RGB value is (25,157,133). Sum of RGB (Red+Green+Blue) = 25+157+133=315 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.94% from 315); Green value is 157 (61.72% from 255 or 49.84% from 315); Blue value is 133 (52.34% from 255 or 42.22% from 315); Max value from RGB is 157 - color contains mainly: green. Hex color #199D85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199D85 is #E6627A. Grayscale: #727272. Windows color (decimal): -15098491 or 8756505. OLE color: 8756505.

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

Color convert

RGB 25 157 133 -
CMYK 0.84 0 0.15 0.38
HSL 169.09º 0.73% 0.36% -
HSV(B) 169.09º 0.84% 0.62% -
XYZ 16.69 26.01 26.33 -
YUV 114.8 138.27 63.95 -
System Red Green Blue C M Y K H S L
Decimal 25 157 133 0.84 0 0.15 0.38 169.09 0.73 0.36
Hex 19 9D 85 54 0 F 26 A9 49 24
Octal 31 235 205 124 0 17 46 251 111 44
Binary 11001 10011101 10000101 1010100 0 1111 100110 10101001 1001001 100100

Color Harmonies of #199D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199D85

Black with #199D85

Text Example


Text Example

White with #199D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,157,133); }

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

background-color css

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

 a { background-color: rgb(25,157,133); }

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

border-color css

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

 span { border-color: rgb(25,157,133); }

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