#21B595

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

Shades of Niagara #21B595

Tints of Niagara #21B595

Color information

#21B595 (or 0x21B595) is unknown color: approx Niagara. HEX triplet: 21, B5 and 95. RGB value is (33,181,149). Sum of RGB (Red+Green+Blue) = 33+181+149=363 (48% of max value = 765). Red value is 33 (13.28% from 255 or 9.09% from 363); Green value is 181 (71.09% from 255 or 49.86% from 363); Blue value is 149 (58.59% from 255 or 41.05% from 363); Max value from RGB is 181 - color contains mainly: green. Hex color #21B595 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21B595 is #DE4A6A. Grayscale: #858585. Windows color (decimal): -14568043 or 9811233. OLE color: 9811233.

HSL color Cylindrical-coordinate representation of color #21B595: hue angle of 167.03º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21B595 is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB33181149-
CMYK0.8200.180.29
HSL167.03º69.16%41.96%-
HSV(B)167.03º81.77%70.98%-
XYZ22.5835.5434.1-
YUV133.1136.9756.6-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.09%
GREEN value IS 181 (71.09% from 255) = 49.86%
BLUE value IS 149 (58.59% from 255) = 41.05%
R=9.09%
G=49.86%
B=41.05%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal331811490.8200.180.29167.0369.1641.96
Hex21B595520121Da7452a
Octal412652251220223524710552
Binary1000011011010110010101101001001001011101101001111000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21B595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21B595; }

 p { color: rgb(33,181,149); }

 H1.HeaderClassName
 {
   color: #21B595;
 }
 .AnyTagClassName
 {
   color: #21B595;
 }
</style>
background-color css

<style>
 a { background-color: #21B595; }

 a { background-color: rgb(33,181,149); }

 div.DivClassName
 {
   background-color: #21B595;
 }
 .BgClassName
 {
   background-color: #21B595;
 }
</style>
border-color css

<style>
 span { border-color: #21B595; }

 span { border-color: rgb(33,181,149); }

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