Html Css Color HEX #21A58B Niagara

📋 copy color: '#21A58B'

red 33 ◦ green 165 ◦ blue 139

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

Shades of Niagara #21A58B

Tints of Niagara #21A58B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 48.96%

 BLUE value IS 139 (54.69% from 255) = 41.25%

R = 9.79%
G = 48.96%
B = 41.25%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#21A58B (or 0x21A58B) is known color: Niagara. HEX triplet: 21, A5 and 8B. RGB value is (33,165,139). Sum of RGB (Red+Green+Blue) = 33+165+139=337 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.79% from 337); Green value is 165 (64.84% from 255 or 48.96% from 337); Blue value is 139 (54.69% from 255 or 41.25% from 337); Max value from RGB is 165 - color contains mainly: green. Hex color #21A58B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21A58B is #DE5A74. Grayscale: #7A7A7A. Windows color (decimal): -14572149 or 9151777. OLE color: 9151777.

HSL color Cylindrical-coordinate representation of color #21A58B: hue angle of 168.18º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A58B is Cyan = 0.8, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB 33 165 139 -
CMYK 0.8 0 0.16 0.35
HSL 168.18º 0.67% 0.39% -
HSV(B) 168.18º 0.8% 0.65% -
XYZ 18.74 29.1 29.05 -
YUV 122.57 137.27 64.11 -
System Red Green Blue C M Y K H S L
Decimal 33 165 139 0.8 0 0.16 0.35 168.18 0.67 0.39
Hex 21 A5 8B 50 0 10 23 A8 43 27
Octal 41 245 213 120 0 20 43 250 103 47
Binary 100001 10100101 10001011 1010000 0 10000 100011 10101000 1000011 100111

Color Harmonies of #21A58B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21A58B

Black with #21A58B

Text Example


Text Example

White with #21A58B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,165,139); }

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

background-color css

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

 a { background-color: rgb(33,165,139); }

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

border-color css

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

 span { border-color: rgb(33,165,139); }

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