#219882

Color #219882 Niagara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Niagara #219882

Tints of Niagara #219882

Color information

#219882 (or 0x219882) is unknown color: approx 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

RGB33152130-
CMYK0.7800.140.40
HSL168.91º64.32%36.27%-
HSV(B)168.91º78.29%59.61%-
XYZ15.8824.3924.99-
YUV113.91137.0870.29-

RGB Variations

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

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 (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal331521300.7800.140.40168.9164.3236.27
Hex2198824E0E28a94024
Octal412302021160165025110044
Binary1000011001100010000010100111001110101000101010011000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>