Html Css Color HEX #21AD95 Niagara

📋 copy color: '#21AD95'

red 33 ◦ green 173 ◦ blue 149

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

Shades of Niagara #21AD95

Tints of Niagara #21AD95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 41.97%

R = 9.3%
G = 48.73%
B = 41.97%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#21AD95 (or 0x21AD95) is known color: Niagara. HEX triplet: 21, AD and 95. RGB value is (33,173,149). Sum of RGB (Red+Green+Blue) = 33+173+149=355 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.30% from 355); Green value is 173 (67.97% from 255 or 48.73% from 355); Blue value is 149 (58.59% from 255 or 41.97% from 355); Max value from RGB is 173 - color contains mainly: green. Hex color #21AD95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21AD95 is #DE526A. Grayscale: #808080. Windows color (decimal): -14570091 or 9809185. OLE color: 9809185.

HSL color Cylindrical-coordinate representation of color #21AD95: hue angle of 169.71º 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 #21AD95 is Cyan = 0.81, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB 33 173 149 -
CMYK 0.81 0 0.14 0.32
HSL 169.71º 0.68% 0.4% -
HSV(B) 169.71º 0.81% 0.68% -
XYZ 21 32.38 33.58 -
YUV 128.4 139.62 59.95 -
System Red Green Blue C M Y K H S L
Decimal 33 173 149 0.81 0 0.14 0.32 169.71 0.68 0.4
Hex 21 AD 95 51 0 E 20 AA 44 28
Octal 41 255 225 121 0 16 40 252 104 50
Binary 100001 10101101 10010101 1010001 0 1110 100000 10101010 1000100 101000

Color Harmonies of #21AD95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21AD95

Black with #21AD95

Text Example


Text Example

White with #21AD95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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