Shades of Bermuda #85DCBC
Tints of Bermuda #85DCBC
RGB
CMYK
RGB Variations
Color information
#85DCBC (or 0x85DCBC) is known color: Bermuda. HEX triplet: 85, DC and BC. RGB value is (133,220,188). Sum of RGB (Red+Green+Blue) = 133+220+188=541 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.58% from 541); Green value is 220 (86.33% from 255 or 40.67% from 541); Blue value is 188 (73.83% from 255 or 34.75% from 541); Max value from RGB is 220 - color contains mainly: green. Hex color #85DCBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DCBC is #7A2343. Grayscale: #BEBEBE. Windows color (decimal): -8004420 or 12377221. OLE color: 12377221.
HSL color Cylindrical-coordinate representation of color #85DCBC: hue angle of 157.93º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DCBC is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 220 | 188 | - |
| CMYK | 0.40 | 0 | 0.15 | 0.14 |
| HSL | 157.93º | 0.55% | 0.69% | - |
| HSV(B) | 157.93º | 0.4% | 0.86% | - |
| XYZ | 44.34 | 59.8 | 56.78 | - |
| YUV | 190.34 | 126.68 | 87.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 220 | 188 | 0.40 | 0 | 0.15 | 0.14 | 157.93 | 0.55 | 0.69 |
| Hex | 85 | DC | BC | 28 | 0 | F | E | 9E | 37 | 45 |
| Octal | 205 | 334 | 274 | 50 | 0 | 17 | 16 | 236 | 67 | 105 |
| Binary | 10000101 | 11011100 | 10111100 | 101000 | 0 | 1111 | 1110 | 10011110 | 110111 | 1000101 |
Color Harmonies of #85DCBC
Complementary color
Monochromatic Colors of #85DCBC
Black with #85DCBC
Text Example
Text Example
White with #85DCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DCBC; }
p { color: rgb(133,220,188); }
H1.HeaderClassName
{
color: #85DCBC;
}
.AnyTagClassName
{
color: #85DCBC;
}
</style>
background-color css
<style>
a { background-color: #85DCBC; }
a { background-color: rgb(133,220,188); }
div.DivClassName
{
background-color: #85DCBC;
}
.BgClassName
{
background-color: #85DCBC;
}
</style>
border-color css
<style>
span { border-color: #85DCBC; }
span { border-color: rgb(133,220,188); }
td.TdClassName
{
border-color: #85DCBC;
}
.TagClassName
{
border-color: #85DCBC;
}
</style>