Shades of Bermuda #85D6BE
Tints of Bermuda #85D6BE
RGB
CMYK
RGB Variations
Color information
#85D6BE (or 0x85D6BE) is known color: Bermuda. HEX triplet: 85, D6 and BE. RGB value is (133,214,190). Sum of RGB (Red+Green+Blue) = 133+214+190=537 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.77% from 537); Green value is 214 (83.98% from 255 or 39.85% from 537); Blue value is 190 (74.61% from 255 or 35.38% from 537); Max value from RGB is 214 - color contains mainly: green. Hex color #85D6BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85D6BE is #7A2941. Grayscale: #BBBBBB. Windows color (decimal): -8005954 or 12506757. OLE color: 12506757.
HSL color Cylindrical-coordinate representation of color #85D6BE: hue angle of 162.22º 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 #85D6BE is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 133 | 214 | 190 | - |
| CMYK | 0.38 | 0 | 0.11 | 0.16 |
| HSL | 162.22º | 0.5% | 0.68% | - |
| HSV(B) | 162.22º | 0.38% | 0.84% | - |
| XYZ | 43.01 | 56.8 | 57.41 | - |
| YUV | 187.05 | 129.66 | 89.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 214 | 190 | 0.38 | 0 | 0.11 | 0.16 | 162.22 | 0.5 | 0.68 |
| Hex | 85 | D6 | BE | 26 | 0 | B | 10 | A2 | 32 | 44 |
| Octal | 205 | 326 | 276 | 46 | 0 | 13 | 20 | 242 | 62 | 104 |
| Binary | 10000101 | 11010110 | 10111110 | 100110 | 0 | 1011 | 10000 | 10100010 | 110010 | 1000100 |
Color Harmonies of #85D6BE
Complementary color
Monochromatic Colors of #85D6BE
Black with #85D6BE
Text Example
Text Example
White with #85D6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D6BE; }
p { color: rgb(133,214,190); }
H1.HeaderClassName
{
color: #85D6BE;
}
.AnyTagClassName
{
color: #85D6BE;
}
</style>
background-color css
<style>
a { background-color: #85D6BE; }
a { background-color: rgb(133,214,190); }
div.DivClassName
{
background-color: #85D6BE;
}
.BgClassName
{
background-color: #85D6BE;
}
</style>
border-color css
<style>
span { border-color: #85D6BE; }
span { border-color: rgb(133,214,190); }
td.TdClassName
{
border-color: #85D6BE;
}
.TagClassName
{
border-color: #85D6BE;
}
</style>