#219a80

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

Shades of Niagara #219A80

Tints of Niagara #219A80

Color information

#219A80 (or 0x219A80) is unknown color: approx Niagara. HEX triplet: 21, 9A and 80. RGB value is (33,154,128). Sum of RGB (Red+Green+Blue) = 33+154+128=315 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.48% from 315); Green value is 154 (60.55% from 255 or 48.89% from 315); Blue value is 128 (50.39% from 255 or 40.63% from 315); Max value from RGB is 154 - color contains mainly: green. Hex color #219A80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219A80 is #DE657F. Grayscale: #727272. Windows color (decimal): -14574976 or 8428065. OLE color: 8428065.

HSL color Cylindrical-coordinate representation of color #219A80: hue angle of 167.11º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #219A80 is Cyan = 0.79, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.

Color convert

RGB33154128-
CMYK0.7900.170.40
HSL167.11º64.71%36.67%-
HSV(B)167.11º78.57%60.39%-
XYZ16.0824.9924.4-
YUV114.86135.4169.61-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.48%
GREEN value IS 154 (60.55% from 255) = 48.89%
BLUE value IS 128 (50.39% from 255) = 40.63%
R=10.48%
G=48.89%
B=40.63%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal331541280.7900.170.40167.1164.7136.67
Hex219A804F01128a74125
Octal412322001170215024710145
Binary10000110011010100000001001111010001101000101001111000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219a80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #219a80; }

 p { color: rgb(33,154,128); }

 H1.HeaderClassName
 {
   color: #219a80;
 }
 .AnyTagClassName
 {
   color: #219a80;
 }
</style>
background-color css

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

 a { background-color: rgb(33,154,128); }

 div.DivClassName
 {
   background-color: #219a80;
 }
 .BgClassName
 {
   background-color: #219a80;
 }
</style>
border-color css

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

 span { border-color: rgb(33,154,128); }

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