Shades of Bermuda #85D0BD
Tints of Bermuda #85D0BD
RGB
CMYK
RGB Variations
Color information
#85D0BD (or 0x85D0BD) is known color: Bermuda. HEX triplet: 85, D0 and BD. RGB value is (133,208,189). Sum of RGB (Red+Green+Blue) = 133+208+189=530 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25.09% from 530); Green value is 208 (81.64% from 255 or 39.25% from 530); Blue value is 189 (74.22% from 255 or 35.66% from 530); Max value from RGB is 208 - color contains mainly: green. Hex color #85D0BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85D0BD is #7A2F42. Grayscale: #B7B7B7. Windows color (decimal): -8007491 or 12439685. OLE color: 12439685.
HSL color Cylindrical-coordinate representation of color #85D0BD: hue angle of 164.8º 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 #85D0BD is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 133 | 208 | 189 | - |
| CMYK | 0.36 | 0 | 0.09 | 0.18 |
| HSL | 164.8º | 0.44% | 0.67% | - |
| HSV(B) | 164.8º | 0.36% | 0.82% | - |
| XYZ | 41.41 | 53.77 | 56.34 | - |
| YUV | 183.41 | 131.15 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 208 | 189 | 0.36 | 0 | 0.09 | 0.18 | 164.8 | 0.44 | 0.67 |
| Hex | 85 | D0 | BD | 24 | 0 | 9 | 12 | A5 | 2C | 43 |
| Octal | 205 | 320 | 275 | 44 | 0 | 11 | 22 | 245 | 54 | 103 |
| Binary | 10000101 | 11010000 | 10111101 | 100100 | 0 | 1001 | 10010 | 10100101 | 101100 | 1000011 |
Color Harmonies of #85D0BD
Complementary color
Monochromatic Colors of #85D0BD
Black with #85D0BD
Text Example
Text Example
White with #85D0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D0BD; }
p { color: rgb(133,208,189); }
H1.HeaderClassName
{
color: #85D0BD;
}
.AnyTagClassName
{
color: #85D0BD;
}
</style>
background-color css
<style>
a { background-color: #85D0BD; }
a { background-color: rgb(133,208,189); }
div.DivClassName
{
background-color: #85D0BD;
}
.BgClassName
{
background-color: #85D0BD;
}
</style>
border-color css
<style>
span { border-color: #85D0BD; }
span { border-color: rgb(133,208,189); }
td.TdClassName
{
border-color: #85D0BD;
}
.TagClassName
{
border-color: #85D0BD;
}
</style>