Html Css Color HEX #21AD99 Niagara

📋 copy color: '#21AD99'

red 33 ◦ green 173 ◦ blue 153

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

Shades of Niagara #21AD99

Tints of Niagara #21AD99

RGB

 RED value IS 33 (13.28% from 255) = 9.19%

 GREEN value IS 173 (67.97% from 255) = 48.19%

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

R = 9.19%
G = 48.19%
B = 42.62%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#21AD99 (or 0x21AD99) is known color: Niagara. HEX triplet: 21, AD and 99. RGB value is (33,173,153). Sum of RGB (Red+Green+Blue) = 33+173+153=359 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.19% from 359); Green value is 173 (67.97% from 255 or 48.19% from 359); Blue value is 153 (60.16% from 255 or 42.62% from 359); Max value from RGB is 173 - color contains mainly: green. Hex color #21AD99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21AD99 is #DE5266. Grayscale: #808080. Windows color (decimal): -14570087 or 10071329. OLE color: 10071329.

HSL color Cylindrical-coordinate representation of color #21AD99: hue angle of 171.43º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #21AD99 is Cyan = 0.81, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB 33 173 153 -
CMYK 0.81 0 0.12 0.32
HSL 171.43º 0.68% 0.4% -
HSV(B) 171.43º 0.81% 0.68% -
XYZ 21.32 32.51 35.29 -
YUV 128.86 141.62 59.63 -
System Red Green Blue C M Y K H S L
Decimal 33 173 153 0.81 0 0.12 0.32 171.43 0.68 0.4
Hex 21 AD 99 51 0 C 20 AB 44 28
Octal 41 255 231 121 0 14 40 253 104 50
Binary 100001 10101101 10011001 1010001 0 1100 100000 10101011 1000100 101000

Color Harmonies of #21AD99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21AD99

Black with #21AD99

Text Example


Text Example

White with #21AD99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,173,153); }

 H1.HeaderClassName
 {
   color: #21AD99;
 }
 .AnyTagClassName
 {
   color: #21AD99;
 }
</style>

background-color css

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

 a { background-color: rgb(33,173,153); }

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

border-color css

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

 span { border-color: rgb(33,173,153); }

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