Html Css Color HEX #219581 Niagara

📋 copy color: '#219581'

red 33 ◦ green 149 ◦ blue 129

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

Shades of Niagara #219581

Tints of Niagara #219581

RGB

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

 GREEN value IS 149 (58.59% from 255) = 47.91%

 BLUE value IS 129 (50.78% from 255) = 41.48%

R = 10.61%
G = 47.91%
B = 41.48%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#219581 (or 0x219581) is known color: Niagara. HEX triplet: 21, 95 and 81. RGB value is (33,149,129). Sum of RGB (Red+Green+Blue) = 33+149+129=311 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.61% from 311); Green value is 149 (58.59% from 255 or 47.91% from 311); Blue value is 129 (50.78% from 255 or 41.48% from 311); Max value from RGB is 149 - color contains mainly: green. Hex color #219581 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219581 is #DE6A7E. Grayscale: #707070. Windows color (decimal): -14576255 or 8492321. OLE color: 8492321.

HSL color Cylindrical-coordinate representation of color #219581: hue angle of 169.66º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #219581 is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 33 149 129 -
CMYK 0.78 0 0.13 0.42
HSL 169.66º 0.64% 0.36% -
HSV(B) 169.66º 0.78% 0.58% -
XYZ 15.34 23.4 24.48 -
YUV 112.04 137.57 71.63 -
System Red Green Blue C M Y K H S L
Decimal 33 149 129 0.78 0 0.13 0.42 169.66 0.64 0.36
Hex 21 95 81 4E 0 D 2A AA 40 24
Octal 41 225 201 116 0 15 52 252 100 44
Binary 100001 10010101 10000001 1001110 0 1101 101010 10101010 1000000 100100

Color Harmonies of #219581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219581

Black with #219581

Text Example


Text Example

White with #219581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219581; }

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

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

background-color css

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

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

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

border-color css

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

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

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