Html Css Color HEX #199F85 Niagara

📋 copy color: '#199F85'

red 25 ◦ green 159 ◦ blue 133

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

Shades of Niagara #199F85

Tints of Niagara #199F85

RGB

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

 GREEN value IS 159 (62.5% from 255) = 50.16%

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

R = 7.89%
G = 50.16%
B = 41.96%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.16

 K value IS 0.38

RGB Variations

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

Color information

#199F85 (or 0x199F85) is known color: Niagara. HEX triplet: 19, 9F and 85. RGB value is (25,159,133). Sum of RGB (Red+Green+Blue) = 25+159+133=317 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.89% from 317); Green value is 159 (62.5% from 255 or 50.16% from 317); Blue value is 133 (52.34% from 255 or 41.96% from 317); Max value from RGB is 159 - color contains mainly: green. Hex color #199F85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199F85 is #E6607A. Grayscale: #737373. Windows color (decimal): -15097979 or 8757017. OLE color: 8757017.

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

Color convert

RGB 25 159 133 -
CMYK 0.84 0 0.16 0.38
HSL 168.36º 0.73% 0.36% -
HSV(B) 168.36º 0.84% 0.62% -
XYZ 17.03 26.7 26.45 -
YUV 115.97 137.61 63.11 -
System Red Green Blue C M Y K H S L
Decimal 25 159 133 0.84 0 0.16 0.38 168.36 0.73 0.36
Hex 19 9F 85 54 0 10 26 A8 49 24
Octal 31 237 205 124 0 20 46 250 111 44
Binary 11001 10011111 10000101 1010100 0 10000 100110 10101000 1001001 100100

Color Harmonies of #199F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199F85

Black with #199F85

Text Example


Text Example

White with #199F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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