Shades of Bermuda #85DDBC
Tints of Bermuda #85DDBC
RGB
CMYK
RGB Variations
Color information
#85DDBC (or 0x85DDBC) is known color: Bermuda. HEX triplet: 85, DD and BC. RGB value is (133,221,188). Sum of RGB (Red+Green+Blue) = 133+221+188=542 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.54% from 542); Green value is 221 (86.72% from 255 or 40.77% from 542); Blue value is 188 (73.83% from 255 or 34.69% from 542); Max value from RGB is 221 - color contains mainly: green. Hex color #85DDBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DDBC is #7A2243. Grayscale: #BEBEBE. Windows color (decimal): -8004164 or 12377477. OLE color: 12377477.
HSL color Cylindrical-coordinate representation of color #85DDBC: hue angle of 157.5º 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 #85DDBC is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 221 | 188 | - |
| CMYK | 0.40 | 0 | 0.15 | 0.13 |
| HSL | 157.5º | 0.56% | 0.69% | - |
| HSV(B) | 157.5º | 0.4% | 0.87% | - |
| XYZ | 44.61 | 60.33 | 56.87 | - |
| YUV | 190.93 | 126.35 | 86.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 221 | 188 | 0.40 | 0 | 0.15 | 0.13 | 157.5 | 0.56 | 0.69 |
| Hex | 85 | DD | BC | 28 | 0 | F | D | 9E | 38 | 45 |
| Octal | 205 | 335 | 274 | 50 | 0 | 17 | 15 | 236 | 70 | 105 |
| Binary | 10000101 | 11011101 | 10111100 | 101000 | 0 | 1111 | 1101 | 10011110 | 111000 | 1000101 |
Color Harmonies of #85DDBC
Complementary color
Monochromatic Colors of #85DDBC
Black with #85DDBC
Text Example
Text Example
White with #85DDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DDBC; }
p { color: rgb(133,221,188); }
H1.HeaderClassName
{
color: #85DDBC;
}
.AnyTagClassName
{
color: #85DDBC;
}
</style>
background-color css
<style>
a { background-color: #85DDBC; }
a { background-color: rgb(133,221,188); }
div.DivClassName
{
background-color: #85DDBC;
}
.BgClassName
{
background-color: #85DDBC;
}
</style>
border-color css
<style>
span { border-color: #85DDBC; }
span { border-color: rgb(133,221,188); }
td.TdClassName
{
border-color: #85DDBC;
}
.TagClassName
{
border-color: #85DDBC;
}
</style>