Shades of Bermuda #85DCB8
Tints of Bermuda #85DCB8
RGB
CMYK
RGB Variations
Color information
#85DCB8 (or 0x85DCB8) is known color: Bermuda. HEX triplet: 85, DC and B8. RGB value is (133,220,184). Sum of RGB (Red+Green+Blue) = 133+220+184=537 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.77% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 184 (72.27% from 255 or 34.26% from 537); Max value from RGB is 220 - color contains mainly: green. Hex color #85DCB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DCB8 is #7A2347. Grayscale: #BDBDBD. Windows color (decimal): -8004424 or 12115077. OLE color: 12115077.
HSL color Cylindrical-coordinate representation of color #85DCB8: hue angle of 155.17º 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 #85DCB8 is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 220 | 184 | - |
| CMYK | 0.40 | 0 | 0.16 | 0.14 |
| HSL | 155.17º | 0.55% | 0.69% | - |
| HSV(B) | 155.17º | 0.4% | 0.86% | - |
| XYZ | 43.92 | 59.63 | 54.54 | - |
| YUV | 189.88 | 124.68 | 87.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 220 | 184 | 0.40 | 0 | 0.16 | 0.14 | 155.17 | 0.55 | 0.69 |
| Hex | 85 | DC | B8 | 28 | 0 | 10 | E | 9B | 37 | 45 |
| Octal | 205 | 334 | 270 | 50 | 0 | 20 | 16 | 233 | 67 | 105 |
| Binary | 10000101 | 11011100 | 10111000 | 101000 | 0 | 10000 | 1110 | 10011011 | 110111 | 1000101 |
Color Harmonies of #85DCB8
Complementary color
Monochromatic Colors of #85DCB8
Black with #85DCB8
Text Example
Text Example
White with #85DCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DCB8; }
p { color: rgb(133,220,184); }
H1.HeaderClassName
{
color: #85DCB8;
}
.AnyTagClassName
{
color: #85DCB8;
}
</style>
background-color css
<style>
a { background-color: #85DCB8; }
a { background-color: rgb(133,220,184); }
div.DivClassName
{
background-color: #85DCB8;
}
.BgClassName
{
background-color: #85DCB8;
}
</style>
border-color css
<style>
span { border-color: #85DCB8; }
span { border-color: rgb(133,220,184); }
td.TdClassName
{
border-color: #85DCB8;
}
.TagClassName
{
border-color: #85DCB8;
}
</style>