Html Css Color HEX #199C85 Niagara

📋 copy color: '#199C85'

red 25 ◦ green 156 ◦ blue 133

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

Shades of Niagara #199C85

Tints of Niagara #199C85

RGB

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

 GREEN value IS 156 (61.33% from 255) = 49.68%

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

R = 7.96%
G = 49.68%
B = 42.36%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.15

 K value IS 0.39

RGB Variations

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

Color information

#199C85 (or 0x199C85) is known color: Niagara. HEX triplet: 19, 9C and 85. RGB value is (25,156,133). Sum of RGB (Red+Green+Blue) = 25+156+133=314 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.96% from 314); Green value is 156 (61.33% from 255 or 49.68% from 314); Blue value is 133 (52.34% from 255 or 42.36% from 314); Max value from RGB is 156 - color contains mainly: green. Hex color #199C85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199C85 is #E6637A. Grayscale: #727272. Windows color (decimal): -15098747 or 8756249. OLE color: 8756249.

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

Color convert

RGB 25 156 133 -
CMYK 0.84 0 0.15 0.39
HSL 169.47º 0.72% 0.35% -
HSV(B) 169.47º 0.84% 0.61% -
XYZ 16.52 25.68 26.28 -
YUV 114.21 138.6 64.37 -
System Red Green Blue C M Y K H S L
Decimal 25 156 133 0.84 0 0.15 0.39 169.47 0.72 0.35
Hex 19 9C 85 54 0 F 27 A9 48 23
Octal 31 234 205 124 0 17 47 251 110 43
Binary 11001 10011100 10000101 1010100 0 1111 100111 10101001 1001000 100011

Color Harmonies of #199C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199C85

Black with #199C85

Text Example


Text Example

White with #199C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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