#216D7F

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

Shades of Allports #216D7F

Tints of Allports #216D7F

Color information

#216D7F (or 0x216D7F) is unknown color: approx Allports. HEX triplet: 21, 6D and 7F. RGB value is (33,109,127). Sum of RGB (Red+Green+Blue) = 33+109+127=269 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.27% from 269); Green value is 109 (42.97% from 255 or 40.52% from 269); Blue value is 127 (50% from 255 or 47.21% from 269); Max value from RGB is 127 - color contains mainly: blue. Hex color #216D7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216D7F is #DE9280. Grayscale: #585858. Windows color (decimal): -14586497 or 8351009. OLE color: 8351009.

HSL color Cylindrical-coordinate representation of color #216D7F: hue angle of 191.49º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #216D7F is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB33109127-
CMYK0.740.1400.50
HSL191.49º58.75%31.37%-
HSV(B)191.49º74.02%49.8%-
XYZ9.9312.7922.02-
YUV88.33149.8288.54-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.27%
GREEN value IS 109 (42.97% from 255) = 40.52%
BLUE value IS 127 (50% from 255) = 47.21%
R=12.27%
G=40.52%
B=47.21%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal331091270.740.1400.50191.4958.7531.37
Hex216D7F4AE032bf3b1f
Octal41155177112160622777337
Binary100001110110111111111001010111001100101011111111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,109,127); }

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

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

 a { background-color: rgb(33,109,127); }

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

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

 span { border-color: rgb(33,109,127); }

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