Shades of Bermuda #85D0B9
Tints of Bermuda #85D0B9
RGB
CMYK
RGB Variations
Color information
#85D0B9 (or 0x85D0B9) is known color: Bermuda. HEX triplet: 85, D0 and B9. RGB value is (133,208,185). Sum of RGB (Red+Green+Blue) = 133+208+185=526 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.29% from 526); Green value is 208 (81.64% from 255 or 39.54% from 526); Blue value is 185 (72.66% from 255 or 35.17% from 526); Max value from RGB is 208 - color contains mainly: green. Hex color #85D0B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85D0B9 is #7A2F46. Grayscale: #B6B6B6. Windows color (decimal): -8007495 or 12177541. OLE color: 12177541.
HSL color Cylindrical-coordinate representation of color #85D0B9: hue angle of 161.6º 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 #85D0B9 is Cyan = 0.36, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 133 | 208 | 185 | - |
| CMYK | 0.36 | 0 | 0.11 | 0.18 |
| HSL | 161.6º | 0.44% | 0.67% | - |
| HSV(B) | 161.6º | 0.36% | 0.82% | - |
| XYZ | 40.99 | 53.6 | 54.08 | - |
| YUV | 182.95 | 129.15 | 92.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 208 | 185 | 0.36 | 0 | 0.11 | 0.18 | 161.6 | 0.44 | 0.67 |
| Hex | 85 | D0 | B9 | 24 | 0 | B | 12 | A2 | 2C | 43 |
| Octal | 205 | 320 | 271 | 44 | 0 | 13 | 22 | 242 | 54 | 103 |
| Binary | 10000101 | 11010000 | 10111001 | 100100 | 0 | 1011 | 10010 | 10100010 | 101100 | 1000011 |
Color Harmonies of #85D0B9
Complementary color
Monochromatic Colors of #85D0B9
Black with #85D0B9
Text Example
Text Example
White with #85D0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D0B9; }
p { color: rgb(133,208,185); }
H1.HeaderClassName
{
color: #85D0B9;
}
.AnyTagClassName
{
color: #85D0B9;
}
</style>
background-color css
<style>
a { background-color: #85D0B9; }
a { background-color: rgb(133,208,185); }
div.DivClassName
{
background-color: #85D0B9;
}
.BgClassName
{
background-color: #85D0B9;
}
</style>
border-color css
<style>
span { border-color: #85D0B9; }
span { border-color: rgb(133,208,185); }
td.TdClassName
{
border-color: #85D0B9;
}
.TagClassName
{
border-color: #85D0B9;
}
</style>