Shades of Bermuda #85DDBD
Tints of Bermuda #85DDBD
RGB
CMYK
RGB Variations
Color information
#85DDBD (or 0x85DDBD) is known color: Bermuda. HEX triplet: 85, DD and BD. RGB value is (133,221,189). Sum of RGB (Red+Green+Blue) = 133+221+189=543 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.49% from 543); Green value is 221 (86.72% from 255 or 40.70% from 543); Blue value is 189 (74.22% from 255 or 34.81% from 543); Max value from RGB is 221 - color contains mainly: green. Hex color #85DDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DDBD is #7A2242. Grayscale: #BFBFBF. Windows color (decimal): -8004163 or 12443013. OLE color: 12443013.
HSL color Cylindrical-coordinate representation of color #85DDBD: hue angle of 158.18º 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 #85DDBD is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 221 | 189 | - |
| CMYK | 0.40 | 0 | 0.14 | 0.13 |
| HSL | 158.18º | 0.56% | 0.69% | - |
| HSV(B) | 158.18º | 0.4% | 0.87% | - |
| XYZ | 44.71 | 60.37 | 57.44 | - |
| YUV | 191.04 | 126.85 | 86.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 221 | 189 | 0.40 | 0 | 0.14 | 0.13 | 158.18 | 0.56 | 0.69 |
| Hex | 85 | DD | BD | 28 | 0 | E | D | 9E | 38 | 45 |
| Octal | 205 | 335 | 275 | 50 | 0 | 16 | 15 | 236 | 70 | 105 |
| Binary | 10000101 | 11011101 | 10111101 | 101000 | 0 | 1110 | 1101 | 10011110 | 111000 | 1000101 |
Color Harmonies of #85DDBD
Complementary color
Monochromatic Colors of #85DDBD
Black with #85DDBD
Text Example
Text Example
White with #85DDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DDBD; }
p { color: rgb(133,221,189); }
H1.HeaderClassName
{
color: #85DDBD;
}
.AnyTagClassName
{
color: #85DDBD;
}
</style>
background-color css
<style>
a { background-color: #85DDBD; }
a { background-color: rgb(133,221,189); }
div.DivClassName
{
background-color: #85DDBD;
}
.BgClassName
{
background-color: #85DDBD;
}
</style>
border-color css
<style>
span { border-color: #85DDBD; }
span { border-color: rgb(133,221,189); }
td.TdClassName
{
border-color: #85DDBD;
}
.TagClassName
{
border-color: #85DDBD;
}
</style>