Shades of Bermuda #85DCBE
Tints of Bermuda #85DCBE
RGB
CMYK
RGB Variations
Color information
#85DCBE (or 0x85DCBE) is known color: Bermuda. HEX triplet: 85, DC and BE. RGB value is (133,220,190). Sum of RGB (Red+Green+Blue) = 133+220+190=543 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.49% from 543); Green value is 220 (86.33% from 255 or 40.52% from 543); Blue value is 190 (74.61% from 255 or 34.99% from 543); Max value from RGB is 220 - color contains mainly: green. Hex color #85DCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DCBE is #7A2341. Grayscale: #BEBEBE. Windows color (decimal): -8004418 or 12508293. OLE color: 12508293.
HSL color Cylindrical-coordinate representation of color #85DCBE: hue angle of 159.31º 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 #85DCBE is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 220 | 190 | - |
| CMYK | 0.40 | 0 | 0.14 | 0.14 |
| HSL | 159.31º | 0.55% | 0.69% | - |
| HSV(B) | 159.31º | 0.4% | 0.86% | - |
| XYZ | 44.56 | 59.89 | 57.93 | - |
| YUV | 190.57 | 127.68 | 86.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 220 | 190 | 0.40 | 0 | 0.14 | 0.14 | 159.31 | 0.55 | 0.69 |
| Hex | 85 | DC | BE | 28 | 0 | E | E | 9F | 37 | 45 |
| Octal | 205 | 334 | 276 | 50 | 0 | 16 | 16 | 237 | 67 | 105 |
| Binary | 10000101 | 11011100 | 10111110 | 101000 | 0 | 1110 | 1110 | 10011111 | 110111 | 1000101 |
Color Harmonies of #85DCBE
Complementary color
Monochromatic Colors of #85DCBE
Black with #85DCBE
Text Example
Text Example
White with #85DCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DCBE; }
p { color: rgb(133,220,190); }
H1.HeaderClassName
{
color: #85DCBE;
}
.AnyTagClassName
{
color: #85DCBE;
}
</style>
background-color css
<style>
a { background-color: #85DCBE; }
a { background-color: rgb(133,220,190); }
div.DivClassName
{
background-color: #85DCBE;
}
.BgClassName
{
background-color: #85DCBE;
}
</style>
border-color css
<style>
span { border-color: #85DCBE; }
span { border-color: rgb(133,220,190); }
td.TdClassName
{
border-color: #85DCBE;
}
.TagClassName
{
border-color: #85DCBE;
}
</style>