#216F50

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

Shades of Salem #216F50

Tints of Salem #216F50

Color information

#216F50 (or 0x216F50) is unknown color: approx Salem. HEX triplet: 21, 6F and 50. RGB value is (33,111,80). Sum of RGB (Red+Green+Blue) = 33+111+80=224 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.73% from 224); Green value is 111 (43.75% from 255 or 49.55% from 224); Blue value is 80 (31.64% from 255 or 35.71% from 224); Max value from RGB is 111 - color contains mainly: green. Hex color #216F50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216F50 is #DE90AF. Grayscale: #545454. Windows color (decimal): -14586032 or 5271329. OLE color: 5271329.

HSL color Cylindrical-coordinate representation of color #216F50: hue angle of 156.15º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #216F50 is Cyan = 0.70, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB3311180-
CMYK0.7000.280.56
HSL156.15º54.17%28.24%-
HSV(B)156.15º70.27%43.53%-
XYZ7.7612.279.55-
YUV84.14125.6691.52-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.73%
GREEN value IS 111 (43.75% from 255) = 49.55%
BLUE value IS 80 (31.64% from 255) = 35.71%
R=14.73%
G=49.55%
B=35.71%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33111800.7000.280.56156.1554.1728.24
Hex216F504601C389c361c
Octal41157120106034702346634
Binary1000011101111101000010001100111001110001001110011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216F50; }

 p { color: rgb(33,111,80); }

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

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

 a { background-color: rgb(33,111,80); }

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

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

 span { border-color: rgb(33,111,80); }

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