Html Css Color HEX #20B199 Niagara

📋 copy color: '#20B199'

red 32 ◦ green 177 ◦ blue 153

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

Shades of Niagara #20B199

Tints of Niagara #20B199

RGB

 RED value IS 32 (12.89% from 255) = 8.84%

 GREEN value IS 177 (69.53% from 255) = 48.9%

 BLUE value IS 153 (60.16% from 255) = 42.27%

R = 8.84%
G = 48.9%
B = 42.27%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#20B199 (or 0x20B199) is known color: Niagara. HEX triplet: 20, B1 and 99. RGB value is (32,177,153). Sum of RGB (Red+Green+Blue) = 32+177+153=362 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.84% from 362); Green value is 177 (69.53% from 255 or 48.90% from 362); Blue value is 153 (60.16% from 255 or 42.27% from 362); Max value from RGB is 177 - color contains mainly: green. Hex color #20B199 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20B199 is #DF4E66. Grayscale: #828282. Windows color (decimal): -14634599 or 10072352. OLE color: 10072352.

HSL color Cylindrical-coordinate representation of color #20B199: hue angle of 170.07º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20B199 is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB 32 177 153 -
CMYK 0.82 0 0.14 0.31
HSL 170.07º 0.69% 0.41% -
HSV(B) 170.07º 0.82% 0.69% -
XYZ 22.07 34.05 35.55 -
YUV 130.91 140.46 57.45 -
System Red Green Blue C M Y K H S L
Decimal 32 177 153 0.82 0 0.14 0.31 170.07 0.69 0.41
Hex 20 B1 99 52 0 E 1F AA 45 29
Octal 40 261 231 122 0 16 37 252 105 51
Binary 100000 10110001 10011001 1010010 0 1110 11111 10101010 1000101 101001

Color Harmonies of #20B199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20B199

Black with #20B199

Text Example


Text Example

White with #20B199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20B199; }

 p { color: rgb(32,177,153); }

 H1.HeaderClassName
 {
   color: #20B199;
 }
 .AnyTagClassName
 {
   color: #20B199;
 }
</style>

background-color css

<style>
 a { background-color: #20B199; }

 a { background-color: rgb(32,177,153); }

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

border-color css

<style>
 span { border-color: #20B199; }

 span { border-color: rgb(32,177,153); }

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