Html Css Color HEX #199F8B Niagara

📋 copy color: '#199F8B'

red 25 ◦ green 159 ◦ blue 139

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

Shades of Niagara #199F8B

Tints of Niagara #199F8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 43.03%

R = 7.74%
G = 49.23%
B = 43.03%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#199F8B (or 0x199F8B) is known color: Niagara. HEX triplet: 19, 9F and 8B. RGB value is (25,159,139). Sum of RGB (Red+Green+Blue) = 25+159+139=323 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.74% from 323); Green value is 159 (62.5% from 255 or 49.23% from 323); Blue value is 139 (54.69% from 255 or 43.03% from 323); Max value from RGB is 159 - color contains mainly: green. Hex color #199F8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199F8B is #E66074. Grayscale: #747474. Windows color (decimal): -15097973 or 9150233. OLE color: 9150233.

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

Color convert

RGB 25 159 139 -
CMYK 0.84 0 0.13 0.38
HSL 171.04º 0.73% 0.36% -
HSV(B) 171.04º 0.84% 0.62% -
XYZ 17.46 26.87 28.69 -
YUV 116.65 140.61 62.63 -
System Red Green Blue C M Y K H S L
Decimal 25 159 139 0.84 0 0.13 0.38 171.04 0.73 0.36
Hex 19 9F 8B 54 0 D 26 AB 49 24
Octal 31 237 213 124 0 15 46 253 111 44
Binary 11001 10011111 10001011 1010100 0 1101 100110 10101011 1001001 100100

Color Harmonies of #199F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199F8B

Black with #199F8B

Text Example


Text Example

White with #199F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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