Shades of Bermuda #85CBC0
Tints of Bermuda #85CBC0
RGB
CMYK
RGB Variations
Color information
#85CBC0 (or 0x85CBC0) is known color: Bermuda. HEX triplet: 85, CB and C0. RGB value is (133,203,192). Sum of RGB (Red+Green+Blue) = 133+203+192=528 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.19% from 528); Green value is 203 (79.69% from 255 or 38.45% from 528); Blue value is 192 (75.39% from 255 or 36.36% from 528); Max value from RGB is 203 - color contains mainly: green. Hex color #85CBC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CBC0 is #7A343F. Grayscale: #B4B4B4. Windows color (decimal): -8008768 or 12635013. OLE color: 12635013.
HSL color Cylindrical-coordinate representation of color #85CBC0: hue angle of 170.57º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #85CBC0 is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 203 | 192 | - |
| CMYK | 0.34 | 0 | 0.05 | 0.20 |
| HSL | 170.57º | 0.4% | 0.66% | - |
| HSV(B) | 170.57º | 0.34% | 0.8% | - |
| XYZ | 40.54 | 51.5 | 57.67 | - |
| YUV | 180.82 | 134.31 | 93.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 203 | 192 | 0.34 | 0 | 0.05 | 0.20 | 170.57 | 0.4 | 0.66 |
| Hex | 85 | CB | C0 | 22 | 0 | 5 | 14 | AB | 28 | 42 |
| Octal | 205 | 313 | 300 | 42 | 0 | 5 | 24 | 253 | 50 | 102 |
| Binary | 10000101 | 11001011 | 11000000 | 100010 | 0 | 101 | 10100 | 10101011 | 101000 | 1000010 |
Color Harmonies of #85CBC0
Complementary color
Monochromatic Colors of #85CBC0
Black with #85CBC0
Text Example
Text Example
White with #85CBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CBC0; }
p { color: rgb(133,203,192); }
H1.HeaderClassName
{
color: #85CBC0;
}
.AnyTagClassName
{
color: #85CBC0;
}
</style>
background-color css
<style>
a { background-color: #85CBC0; }
a { background-color: rgb(133,203,192); }
div.DivClassName
{
background-color: #85CBC0;
}
.BgClassName
{
background-color: #85CBC0;
}
</style>
border-color css
<style>
span { border-color: #85CBC0; }
span { border-color: rgb(133,203,192); }
td.TdClassName
{
border-color: #85CBC0;
}
.TagClassName
{
border-color: #85CBC0;
}
</style>