Html Css Color HEX #219481 Niagara

📋 copy color: '#219481'

red 33 ◦ green 148 ◦ blue 129

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

Shades of Niagara #219481

Tints of Niagara #219481

RGB

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

 GREEN value IS 148 (58.2% from 255) = 47.74%

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

R = 10.65%
G = 47.74%
B = 41.61%

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

#219481 (or 0x219481) is known color: Niagara. HEX triplet: 21, 94 and 81. RGB value is (33,148,129). Sum of RGB (Red+Green+Blue) = 33+148+129=310 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.65% from 310); Green value is 148 (58.20% from 255 or 47.74% from 310); Blue value is 129 (50.78% from 255 or 41.61% from 310); Max value from RGB is 148 - color contains mainly: green. Hex color #219481 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219481 is #DE6B7E. Grayscale: #6F6F6F. Windows color (decimal): -14576511 or 8492065. OLE color: 8492065.

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

Color convert

RGB 33 148 129 -
CMYK 0.78 0 0.13 0.42
HSL 170.09º 0.64% 0.35% -
HSV(B) 170.09º 0.78% 0.58% -
XYZ 15.18 23.09 24.43 -
YUV 111.45 137.9 72.04 -
System Red Green Blue C M Y K H S L
Decimal 33 148 129 0.78 0 0.13 0.42 170.09 0.64 0.35
Hex 21 94 81 4E 0 D 2A AA 40 23
Octal 41 224 201 116 0 15 52 252 100 43
Binary 100001 10010100 10000001 1001110 0 1101 101010 10101010 1000000 100011

Color Harmonies of #219481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219481

Black with #219481

Text Example


Text Example

White with #219481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219481; }

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

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

background-color css

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

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

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

border-color css

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

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

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