#21A385

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

Shades of Niagara #21A385

Tints of Niagara #21A385

Color information

#21A385 (or 0x21A385) is unknown color: approx Niagara. HEX triplet: 21, A3 and 85. RGB value is (33,163,133). Sum of RGB (Red+Green+Blue) = 33+163+133=329 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.03% from 329); Green value is 163 (64.06% from 255 or 49.54% from 329); Blue value is 133 (52.34% from 255 or 40.43% from 329); Max value from RGB is 163 - color contains mainly: green. Hex color #21A385 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21A385 is #DE5C7A. Grayscale: #787878. Windows color (decimal): -14572667 or 8758049. OLE color: 8758049.

HSL color Cylindrical-coordinate representation of color #21A385: hue angle of 166.15º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A385 is Cyan = 0.80, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB33163133-
CMYK0.8000.180.36
HSL166.15º66.33%38.43%-
HSV(B)166.15º79.75%63.92%-
XYZ17.9628.2126.69-
YUV120.71134.9365.44-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.03%
GREEN value IS 163 (64.06% from 255) = 49.54%
BLUE value IS 133 (52.34% from 255) = 40.43%
R=10.03%
G=49.54%
B=40.43%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal331631330.8000.180.36166.1566.3338.43
Hex21A3855001224a64226
Octal412432051200224424610246
Binary10000110100011100001011010000010010100100101001101000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21A385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,163,133); }

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

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

 a { background-color: rgb(33,163,133); }

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

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

 span { border-color: rgb(33,163,133); }

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