Shades of Bermuda #85CFBC
Tints of Bermuda #85CFBC
RGB
CMYK
RGB Variations
Color information
#85CFBC (or 0x85CFBC) is known color: Bermuda. HEX triplet: 85, CF and BC. RGB value is (133,207,188). Sum of RGB (Red+Green+Blue) = 133+207+188=528 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.19% from 528); Green value is 207 (81.25% from 255 or 39.20% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 207 - color contains mainly: green. Hex color #85CFBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CFBC is #7A3043. Grayscale: #B6B6B6. Windows color (decimal): -8007748 or 12373893. OLE color: 12373893.
HSL color Cylindrical-coordinate representation of color #85CFBC: hue angle of 164.59º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #85CFBC is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 207 | 188 | - |
| CMYK | 0.36 | 0 | 0.09 | 0.19 |
| HSL | 164.59º | 0.44% | 0.67% | - |
| HSV(B) | 164.59º | 0.36% | 0.81% | - |
| XYZ | 41.06 | 53.24 | 55.69 | - |
| YUV | 182.71 | 130.98 | 92.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 207 | 188 | 0.36 | 0 | 0.09 | 0.19 | 164.59 | 0.44 | 0.67 |
| Hex | 85 | CF | BC | 24 | 0 | 9 | 13 | A5 | 2C | 43 |
| Octal | 205 | 317 | 274 | 44 | 0 | 11 | 23 | 245 | 54 | 103 |
| Binary | 10000101 | 11001111 | 10111100 | 100100 | 0 | 1001 | 10011 | 10100101 | 101100 | 1000011 |
Color Harmonies of #85CFBC
Complementary color
Monochromatic Colors of #85CFBC
Black with #85CFBC
Text Example
Text Example
White with #85CFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CFBC; }
p { color: rgb(133,207,188); }
H1.HeaderClassName
{
color: #85CFBC;
}
.AnyTagClassName
{
color: #85CFBC;
}
</style>
background-color css
<style>
a { background-color: #85CFBC; }
a { background-color: rgb(133,207,188); }
div.DivClassName
{
background-color: #85CFBC;
}
.BgClassName
{
background-color: #85CFBC;
}
</style>
border-color css
<style>
span { border-color: #85CFBC; }
span { border-color: rgb(133,207,188); }
td.TdClassName
{
border-color: #85CFBC;
}
.TagClassName
{
border-color: #85CFBC;
}
</style>