Html Css Color HEX #219882 Niagara

📋 copy color: '#219882'

red 33 ◦ green 152 ◦ blue 130

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

Shades of Niagara #219882

Tints of Niagara #219882

RGB

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

 GREEN value IS 152 (59.77% from 255) = 48.25%

 BLUE value IS 130 (51.17% from 255) = 41.27%

R = 10.48%
G = 48.25%
B = 41.27%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#219882 (or 0x219882) is known color: Niagara. HEX triplet: 21, 98 and 82. RGB value is (33,152,130). Sum of RGB (Red+Green+Blue) = 33+152+130=315 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.48% from 315); Green value is 152 (59.77% from 255 or 48.25% from 315); Blue value is 130 (51.17% from 255 or 41.27% from 315); Max value from RGB is 152 - color contains mainly: green. Hex color #219882 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219882 is #DE677D. Grayscale: #717171. Windows color (decimal): -14575486 or 8558625. OLE color: 8558625.

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

Color convert

RGB 33 152 130 -
CMYK 0.78 0 0.14 0.40
HSL 168.91º 0.64% 0.36% -
HSV(B) 168.91º 0.78% 0.6% -
XYZ 15.88 24.39 24.99 -
YUV 113.91 137.08 70.29 -
System Red Green Blue C M Y K H S L
Decimal 33 152 130 0.78 0 0.14 0.40 168.91 0.64 0.36
Hex 21 98 82 4E 0 E 28 A9 40 24
Octal 41 230 202 116 0 16 50 251 100 44
Binary 100001 10011000 10000010 1001110 0 1110 101000 10101001 1000000 100100

Color Harmonies of #219882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219882

Black with #219882

Text Example


Text Example

White with #219882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219882; }

 p { color: rgb(33,152,130); }

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

background-color css

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

 a { background-color: rgb(33,152,130); }

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

border-color css

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

 span { border-color: rgb(33,152,130); }

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