Shades of Bermuda #85D6BC
Tints of Bermuda #85D6BC
RGB
CMYK
RGB Variations
Color information
#85D6BC (or 0x85D6BC) is known color: Bermuda. HEX triplet: 85, D6 and BC. RGB value is (133,214,188). Sum of RGB (Red+Green+Blue) = 133+214+188=535 (70% of max value = 765). Red value is 133 (52.34% from 255 or 24.86% from 535); Green value is 214 (83.98% from 255 or 40% from 535); Blue value is 188 (73.83% from 255 or 35.14% from 535); Max value from RGB is 214 - color contains mainly: green. Hex color #85D6BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85D6BC is #7A2943. Grayscale: #BABABA. Windows color (decimal): -8005956 or 12375685. OLE color: 12375685.
HSL color Cylindrical-coordinate representation of color #85D6BC: hue angle of 160.74º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85D6BC is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 133 | 214 | 188 | - |
| CMYK | 0.38 | 0 | 0.12 | 0.16 |
| HSL | 160.74º | 0.5% | 0.68% | - |
| HSV(B) | 160.74º | 0.38% | 0.84% | - |
| XYZ | 42.8 | 56.71 | 56.27 | - |
| YUV | 186.82 | 128.66 | 89.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 214 | 188 | 0.38 | 0 | 0.12 | 0.16 | 160.74 | 0.5 | 0.68 |
| Hex | 85 | D6 | BC | 26 | 0 | C | 10 | A1 | 32 | 44 |
| Octal | 205 | 326 | 274 | 46 | 0 | 14 | 20 | 241 | 62 | 104 |
| Binary | 10000101 | 11010110 | 10111100 | 100110 | 0 | 1100 | 10000 | 10100001 | 110010 | 1000100 |
Color Harmonies of #85D6BC
Complementary color
Monochromatic Colors of #85D6BC
Black with #85D6BC
Text Example
Text Example
White with #85D6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D6BC; }
p { color: rgb(133,214,188); }
H1.HeaderClassName
{
color: #85D6BC;
}
.AnyTagClassName
{
color: #85D6BC;
}
</style>
background-color css
<style>
a { background-color: #85D6BC; }
a { background-color: rgb(133,214,188); }
div.DivClassName
{
background-color: #85D6BC;
}
.BgClassName
{
background-color: #85D6BC;
}
</style>
border-color css
<style>
span { border-color: #85D6BC; }
span { border-color: rgb(133,214,188); }
td.TdClassName
{
border-color: #85D6BC;
}
.TagClassName
{
border-color: #85D6BC;
}
</style>