Shades of Bermuda #85D0B5
Tints of Bermuda #85D0B5
RGB
CMYK
RGB Variations
Color information
#85D0B5 (or 0x85D0B5) is known color: Bermuda. HEX triplet: 85, D0 and B5. RGB value is (133,208,181). Sum of RGB (Red+Green+Blue) = 133+208+181=522 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.48% from 522); Green value is 208 (81.64% from 255 or 39.85% from 522); Blue value is 181 (71.09% from 255 or 34.67% from 522); Max value from RGB is 208 - color contains mainly: green. Hex color #85D0B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85D0B5 is #7A2F4A. Grayscale: #B6B6B6. Windows color (decimal): -8007499 or 11915397. OLE color: 11915397.
HSL color Cylindrical-coordinate representation of color #85D0B5: hue angle of 158.4º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #85D0B5 is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 133 | 208 | 181 | - |
| CMYK | 0.36 | 0 | 0.13 | 0.18 |
| HSL | 158.4º | 0.44% | 0.67% | - |
| HSV(B) | 158.4º | 0.36% | 0.82% | - |
| XYZ | 40.57 | 53.43 | 51.89 | - |
| YUV | 182.5 | 127.15 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 208 | 181 | 0.36 | 0 | 0.13 | 0.18 | 158.4 | 0.44 | 0.67 |
| Hex | 85 | D0 | B5 | 24 | 0 | D | 12 | 9E | 2C | 43 |
| Octal | 205 | 320 | 265 | 44 | 0 | 15 | 22 | 236 | 54 | 103 |
| Binary | 10000101 | 11010000 | 10110101 | 100100 | 0 | 1101 | 10010 | 10011110 | 101100 | 1000011 |
Color Harmonies of #85D0B5
Complementary color
Monochromatic Colors of #85D0B5
Black with #85D0B5
Text Example
Text Example
White with #85D0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D0B5; }
p { color: rgb(133,208,181); }
H1.HeaderClassName
{
color: #85D0B5;
}
.AnyTagClassName
{
color: #85D0B5;
}
</style>
background-color css
<style>
a { background-color: #85D0B5; }
a { background-color: rgb(133,208,181); }
div.DivClassName
{
background-color: #85D0B5;
}
.BgClassName
{
background-color: #85D0B5;
}
</style>
border-color css
<style>
span { border-color: #85D0B5; }
span { border-color: rgb(133,208,181); }
td.TdClassName
{
border-color: #85D0B5;
}
.TagClassName
{
border-color: #85D0B5;
}
</style>