Shades of Bermuda #85DDBF
Tints of Bermuda #85DDBF
RGB
CMYK
RGB Variations
Color information
#85DDBF (or 0x85DDBF) is known color: Bermuda. HEX triplet: 85, DD and BF. RGB value is (133,221,191). Sum of RGB (Red+Green+Blue) = 133+221+191=545 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.40% from 545); Green value is 221 (86.72% from 255 or 40.55% from 545); Blue value is 191 (75% from 255 or 35.05% from 545); Max value from RGB is 221 - color contains mainly: green. Hex color #85DDBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DDBF is #7A2240. Grayscale: #BFBFBF. Windows color (decimal): -8004161 or 12574085. OLE color: 12574085.
HSL color Cylindrical-coordinate representation of color #85DDBF: hue angle of 159.55º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DDBF is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 221 | 191 | - |
| CMYK | 0.40 | 0 | 0.14 | 0.13 |
| HSL | 159.55º | 0.56% | 0.69% | - |
| HSV(B) | 159.55º | 0.4% | 0.87% | - |
| XYZ | 44.93 | 60.46 | 58.59 | - |
| YUV | 191.27 | 127.85 | 86.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 221 | 191 | 0.40 | 0 | 0.14 | 0.13 | 159.55 | 0.56 | 0.69 |
| Hex | 85 | DD | BF | 28 | 0 | E | D | A0 | 38 | 45 |
| Octal | 205 | 335 | 277 | 50 | 0 | 16 | 15 | 240 | 70 | 105 |
| Binary | 10000101 | 11011101 | 10111111 | 101000 | 0 | 1110 | 1101 | 10100000 | 111000 | 1000101 |
Color Harmonies of #85DDBF
Complementary color
Monochromatic Colors of #85DDBF
Black with #85DDBF
Text Example
Text Example
White with #85DDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DDBF; }
p { color: rgb(133,221,191); }
H1.HeaderClassName
{
color: #85DDBF;
}
.AnyTagClassName
{
color: #85DDBF;
}
</style>
background-color css
<style>
a { background-color: #85DDBF; }
a { background-color: rgb(133,221,191); }
div.DivClassName
{
background-color: #85DDBF;
}
.BgClassName
{
background-color: #85DDBF;
}
</style>
border-color css
<style>
span { border-color: #85DDBF; }
span { border-color: rgb(133,221,191); }
td.TdClassName
{
border-color: #85DDBF;
}
.TagClassName
{
border-color: #85DDBF;
}
</style>