Shades of Bermuda #85DCB7
Tints of Bermuda #85DCB7
RGB
CMYK
RGB Variations
Color information
#85DCB7 (or 0x85DCB7) is known color: Bermuda. HEX triplet: 85, DC and B7. RGB value is (133,220,183). Sum of RGB (Red+Green+Blue) = 133+220+183=536 (70% of max value = 765). Red value is 133 (52.34% from 255 or 24.81% from 536); Green value is 220 (86.33% from 255 or 41.04% from 536); Blue value is 183 (71.88% from 255 or 34.14% from 536); Max value from RGB is 220 - color contains mainly: green. Hex color #85DCB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DCB7 is #7A2348. Grayscale: #BDBDBD. Windows color (decimal): -8004425 or 12049541. OLE color: 12049541.
HSL color Cylindrical-coordinate representation of color #85DCB7: hue angle of 154.48º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DCB7 is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 220 | 183 | - |
| CMYK | 0.40 | 0 | 0.17 | 0.14 |
| HSL | 154.48º | 0.55% | 0.69% | - |
| HSV(B) | 154.48º | 0.4% | 0.86% | - |
| XYZ | 43.81 | 59.59 | 53.99 | - |
| YUV | 189.77 | 124.18 | 87.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 220 | 183 | 0.40 | 0 | 0.17 | 0.14 | 154.48 | 0.55 | 0.69 |
| Hex | 85 | DC | B7 | 28 | 0 | 11 | E | 9A | 37 | 45 |
| Octal | 205 | 334 | 267 | 50 | 0 | 21 | 16 | 232 | 67 | 105 |
| Binary | 10000101 | 11011100 | 10110111 | 101000 | 0 | 10001 | 1110 | 10011010 | 110111 | 1000101 |
Color Harmonies of #85DCB7
Complementary color
Monochromatic Colors of #85DCB7
Black with #85DCB7
Text Example
Text Example
White with #85DCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DCB7; }
p { color: rgb(133,220,183); }
H1.HeaderClassName
{
color: #85DCB7;
}
.AnyTagClassName
{
color: #85DCB7;
}
</style>
background-color css
<style>
a { background-color: #85DCB7; }
a { background-color: rgb(133,220,183); }
div.DivClassName
{
background-color: #85DCB7;
}
.BgClassName
{
background-color: #85DCB7;
}
</style>
border-color css
<style>
span { border-color: #85DCB7; }
span { border-color: rgb(133,220,183); }
td.TdClassName
{
border-color: #85DCB7;
}
.TagClassName
{
border-color: #85DCB7;
}
</style>