Shades of Bermuda #85D2BB
Tints of Bermuda #85D2BB
RGB
CMYK
RGB Variations
Color information
#85D2BB (or 0x85D2BB) is known color: Bermuda. HEX triplet: 85, D2 and BB. RGB value is (133,210,187). Sum of RGB (Red+Green+Blue) = 133+210+187=530 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25.09% from 530); Green value is 210 (82.42% from 255 or 39.62% from 530); Blue value is 187 (73.44% from 255 or 35.28% from 530); Max value from RGB is 210 - color contains mainly: green. Hex color #85D2BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85D2BB is #7A2D44. Grayscale: #B8B8B8. Windows color (decimal): -8006981 or 12309125. OLE color: 12309125.
HSL color Cylindrical-coordinate representation of color #85D2BB: hue angle of 162.08º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #85D2BB is Cyan = 0.37, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 133 | 210 | 187 | - |
| CMYK | 0.37 | 0 | 0.11 | 0.18 |
| HSL | 162.08º | 0.46% | 0.67% | - |
| HSV(B) | 162.08º | 0.37% | 0.82% | - |
| XYZ | 41.69 | 54.67 | 55.37 | - |
| YUV | 184.36 | 129.49 | 91.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 210 | 187 | 0.37 | 0 | 0.11 | 0.18 | 162.08 | 0.46 | 0.67 |
| Hex | 85 | D2 | BB | 25 | 0 | B | 12 | A2 | 2E | 43 |
| Octal | 205 | 322 | 273 | 45 | 0 | 13 | 22 | 242 | 56 | 103 |
| Binary | 10000101 | 11010010 | 10111011 | 100101 | 0 | 1011 | 10010 | 10100010 | 101110 | 1000011 |
Color Harmonies of #85D2BB
Complementary color
Monochromatic Colors of #85D2BB
Black with #85D2BB
Text Example
Text Example
White with #85D2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D2BB; }
p { color: rgb(133,210,187); }
H1.HeaderClassName
{
color: #85D2BB;
}
.AnyTagClassName
{
color: #85D2BB;
}
</style>
background-color css
<style>
a { background-color: #85D2BB; }
a { background-color: rgb(133,210,187); }
div.DivClassName
{
background-color: #85D2BB;
}
.BgClassName
{
background-color: #85D2BB;
}
</style>
border-color css
<style>
span { border-color: #85D2BB; }
span { border-color: rgb(133,210,187); }
td.TdClassName
{
border-color: #85D2BB;
}
.TagClassName
{
border-color: #85D2BB;
}
</style>