#20B199

Color #20B199 Niagara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Niagara #20B199

Tints of Niagara #20B199

Color information

#20B199 (or 0x20B199) is unknown color: approx 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

RGB32177153-
CMYK0.8200.140.31
HSL170.07º69.38%40.98%-
HSV(B)170.07º81.92%69.41%-
XYZ22.0734.0535.55-
YUV130.91140.4657.45-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.84%
GREEN value IS 177 (69.53% from 255) = 48.90%
BLUE value IS 153 (60.16% from 255) = 42.27%
R=8.84%
G=48.90%
B=42.27%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal321771530.8200.140.31170.0769.3840.98
Hex20B199520E1Faa4529
Octal402612311220163725210551
Binary100000101100011001100110100100111011111101010101000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20B199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>