Shades of Bermuda #85C9BA
Tints of Bermuda #85C9BA
RGB
CMYK
RGB Variations
Color information
#85C9BA (or 0x85C9BA) is known color: Bermuda. HEX triplet: 85, C9 and BA. RGB value is (133,201,186). Sum of RGB (Red+Green+Blue) = 133+201+186=520 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.58% from 520); Green value is 201 (78.91% from 255 or 38.65% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 201 - color contains mainly: green. Hex color #85C9BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85C9BA is #7A3645. Grayscale: #B2B2B2. Windows color (decimal): -8009286 or 12241285. OLE color: 12241285.
HSL color Cylindrical-coordinate representation of color #85C9BA: hue angle of 166.76º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #85C9BA is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 133 | 201 | 186 | - |
| CMYK | 0.34 | 0 | 0.07 | 0.21 |
| HSL | 166.76º | 0.39% | 0.65% | - |
| HSV(B) | 166.76º | 0.34% | 0.79% | - |
| XYZ | 39.42 | 50.31 | 54.09 | - |
| YUV | 178.96 | 131.97 | 95.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 201 | 186 | 0.34 | 0 | 0.07 | 0.21 | 166.76 | 0.39 | 0.65 |
| Hex | 85 | C9 | BA | 22 | 0 | 7 | 15 | A7 | 27 | 41 |
| Octal | 205 | 311 | 272 | 42 | 0 | 7 | 25 | 247 | 47 | 101 |
| Binary | 10000101 | 11001001 | 10111010 | 100010 | 0 | 111 | 10101 | 10100111 | 100111 | 1000001 |
Color Harmonies of #85C9BA
Complementary color
Monochromatic Colors of #85C9BA
Black with #85C9BA
Text Example
Text Example
White with #85C9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C9BA; }
p { color: rgb(133,201,186); }
H1.HeaderClassName
{
color: #85C9BA;
}
.AnyTagClassName
{
color: #85C9BA;
}
</style>
background-color css
<style>
a { background-color: #85C9BA; }
a { background-color: rgb(133,201,186); }
div.DivClassName
{
background-color: #85C9BA;
}
.BgClassName
{
background-color: #85C9BA;
}
</style>
border-color css
<style>
span { border-color: #85C9BA; }
span { border-color: rgb(133,201,186); }
td.TdClassName
{
border-color: #85C9BA;
}
.TagClassName
{
border-color: #85C9BA;
}
</style>