Shades of Bermuda #85D6BD
Tints of Bermuda #85D6BD
RGB
CMYK
RGB Variations
Color information
#85D6BD (or 0x85D6BD) is known color: Bermuda. HEX triplet: 85, D6 and BD. RGB value is (133,214,189). Sum of RGB (Red+Green+Blue) = 133+214+189=536 (70% of max value = 765). Red value is 133 (52.34% from 255 or 24.81% from 536); Green value is 214 (83.98% from 255 or 39.93% from 536); Blue value is 189 (74.22% from 255 or 35.26% from 536); Max value from RGB is 214 - color contains mainly: green. Hex color #85D6BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85D6BD is #7A2942. Grayscale: #BABABA. Windows color (decimal): -8005955 or 12441221. OLE color: 12441221.
HSL color Cylindrical-coordinate representation of color #85D6BD: hue angle of 161.48º 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 #85D6BD is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 133 | 214 | 189 | - |
| CMYK | 0.38 | 0 | 0.12 | 0.16 |
| HSL | 161.48º | 0.5% | 0.68% | - |
| HSV(B) | 161.48º | 0.38% | 0.84% | - |
| XYZ | 42.9 | 56.75 | 56.84 | - |
| YUV | 186.93 | 129.16 | 89.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 214 | 189 | 0.38 | 0 | 0.12 | 0.16 | 161.48 | 0.5 | 0.68 |
| Hex | 85 | D6 | BD | 26 | 0 | C | 10 | A1 | 32 | 44 |
| Octal | 205 | 326 | 275 | 46 | 0 | 14 | 20 | 241 | 62 | 104 |
| Binary | 10000101 | 11010110 | 10111101 | 100110 | 0 | 1100 | 10000 | 10100001 | 110010 | 1000100 |
Color Harmonies of #85D6BD
Complementary color
Monochromatic Colors of #85D6BD
Black with #85D6BD
Text Example
Text Example
White with #85D6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D6BD; }
p { color: rgb(133,214,189); }
H1.HeaderClassName
{
color: #85D6BD;
}
.AnyTagClassName
{
color: #85D6BD;
}
</style>
background-color css
<style>
a { background-color: #85D6BD; }
a { background-color: rgb(133,214,189); }
div.DivClassName
{
background-color: #85D6BD;
}
.BgClassName
{
background-color: #85D6BD;
}
</style>
border-color css
<style>
span { border-color: #85D6BD; }
span { border-color: rgb(133,214,189); }
td.TdClassName
{
border-color: #85D6BD;
}
.TagClassName
{
border-color: #85D6BD;
}
</style>