Shades of Allports #216C7F
Tints of Allports #216C7F
RGB
CMYK
RGB Variations
Color information
#216C7F (or 0x216C7F) is known color: Allports. HEX triplet: 21, 6C and 7F. RGB value is (33,108,127). Sum of RGB (Red+Green+Blue) = 33+108+127=268 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.31% from 268); Green value is 108 (42.58% from 255 or 40.30% from 268); Blue value is 127 (50% from 255 or 47.39% from 268); Max value from RGB is 127 - color contains mainly: blue. Hex color #216C7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216C7F is #DE9380. Grayscale: #575757. Windows color (decimal): -14586753 or 8350753. OLE color: 8350753.
HSL color Cylindrical-coordinate representation of color #216C7F: hue angle of 192.13º 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 #216C7F is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 33 | 108 | 127 | - |
| CMYK | 0.74 | 0.15 | 0 | 0.50 |
| HSL | 192.13º | 0.59% | 0.31% | - |
| HSV(B) | 192.13º | 0.74% | 0.5% | - |
| XYZ | 9.82 | 12.58 | 21.99 | - |
| YUV | 87.74 | 150.15 | 88.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 108 | 127 | 0.74 | 0.15 | 0 | 0.50 | 192.13 | 0.59 | 0.31 |
| Hex | 21 | 6C | 7F | 4A | F | 0 | 32 | C0 | 3B | 1F |
| Octal | 41 | 154 | 177 | 112 | 17 | 0 | 62 | 300 | 73 | 37 |
| Binary | 100001 | 1101100 | 1111111 | 1001010 | 1111 | 0 | 110010 | 11000000 | 111011 | 11111 |
Color Harmonies of #216C7F
Complementary color
Monochromatic Colors of #216C7F
Black with #216C7F
Text Example
Text Example
White with #216C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216C7F; }
p { color: rgb(33,108,127); }
H1.HeaderClassName
{
color: #216C7F;
}
.AnyTagClassName
{
color: #216C7F;
}
</style>
background-color css
<style>
a { background-color: #216C7F; }
a { background-color: rgb(33,108,127); }
div.DivClassName
{
background-color: #216C7F;
}
.BgClassName
{
background-color: #216C7F;
}
</style>
border-color css
<style>
span { border-color: #216C7F; }
span { border-color: rgb(33,108,127); }
td.TdClassName
{
border-color: #216C7F;
}
.TagClassName
{
border-color: #216C7F;
}
</style>