#219C8B

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

Shades of Niagara #219C8B

Tints of Niagara #219C8B

Color information

#219C8B (or 0x219C8B) is unknown color: approx Niagara. HEX triplet: 21, 9C and 8B. RGB value is (33,156,139). Sum of RGB (Red+Green+Blue) = 33+156+139=328 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.06% from 328); Green value is 156 (61.33% from 255 or 47.56% from 328); Blue value is 139 (54.69% from 255 or 42.38% from 328); Max value from RGB is 156 - color contains mainly: green. Hex color #219C8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219C8B is #DE6374. Grayscale: #757575. Windows color (decimal): -14574453 or 9149473. OLE color: 9149473.

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

Color convert

RGB33156139-
CMYK0.7900.110.39
HSL171.71º65.08%37.06%-
HSV(B)171.71º78.85%61.18%-
XYZ17.1825.9628.53-
YUV117.28140.2567.88-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.06%
GREEN value IS 156 (61.33% from 255) = 47.56%
BLUE value IS 139 (54.69% from 255) = 42.38%
R=10.06%
G=47.56%
B=42.38%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal331561390.7900.110.39171.7165.0837.06
Hex219C8B4F0B27ac4125
Octal412342131170134725410145
Binary1000011001110010001011100111101011100111101011001000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #219C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,156,139); }

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

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

 a { background-color: rgb(33,156,139); }

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

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

 span { border-color: rgb(33,156,139); }

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