Shades of Allports #216E75
Tints of Allports #216E75
RGB
CMYK
RGB Variations
Color information
#216E75 (or 0x216E75) is known color: Allports. HEX triplet: 21, 6E and 75. RGB value is (33,110,117). Sum of RGB (Red+Green+Blue) = 33+110+117=260 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.69% from 260); Green value is 110 (43.36% from 255 or 42.31% from 260); Blue value is 117 (46.09% from 255 or 45% from 260); Max value from RGB is 117 - color contains mainly: blue. Hex color #216E75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216E75 is #DE918A. Grayscale: #575757. Windows color (decimal): -14586251 or 7695905. OLE color: 7695905.
HSL color Cylindrical-coordinate representation of color #216E75: hue angle of 185º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #216E75 is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 33 | 110 | 117 | - |
| CMYK | 0.72 | 0.06 | 0 | 0.54 |
| HSL | 185º | 0.56% | 0.29% | - |
| HSV(B) | 185º | 0.72% | 0.46% | - |
| XYZ | 9.41 | 12.76 | 18.8 | - |
| YUV | 87.78 | 144.49 | 88.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 110 | 117 | 0.72 | 0.06 | 0 | 0.54 | 185 | 0.56 | 0.29 |
| Hex | 21 | 6E | 75 | 48 | 6 | 0 | 36 | B9 | 38 | 1D |
| Octal | 41 | 156 | 165 | 110 | 6 | 0 | 66 | 271 | 70 | 35 |
| Binary | 100001 | 1101110 | 1110101 | 1001000 | 110 | 0 | 110110 | 10111001 | 111000 | 11101 |
Color Harmonies of #216E75
Complementary color
Monochromatic Colors of #216E75
Black with #216E75
Text Example
Text Example
White with #216E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #216E75; }
p { color: rgb(33,110,117); }
H1.HeaderClassName
{
color: #216E75;
}
.AnyTagClassName
{
color: #216E75;
}
</style>
background-color css
<style>
a { background-color: #216E75; }
a { background-color: rgb(33,110,117); }
div.DivClassName
{
background-color: #216E75;
}
.BgClassName
{
background-color: #216E75;
}
</style>
border-color css
<style>
span { border-color: #216E75; }
span { border-color: rgb(33,110,117); }
td.TdClassName
{
border-color: #216E75;
}
.TagClassName
{
border-color: #216E75;
}
</style>