Shades of Bermuda #85DCBD
Tints of Bermuda #85DCBD
RGB
CMYK
RGB Variations
Color information
#85DCBD (or 0x85DCBD) is known color: Bermuda. HEX triplet: 85, DC and BD. RGB value is (133,220,189). Sum of RGB (Red+Green+Blue) = 133+220+189=542 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.54% from 542); Green value is 220 (86.33% from 255 or 40.59% from 542); Blue value is 189 (74.22% from 255 or 34.87% from 542); Max value from RGB is 220 - color contains mainly: green. Hex color #85DCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85DCBD is #7A2342. Grayscale: #BEBEBE. Windows color (decimal): -8004419 or 12442757. OLE color: 12442757.
HSL color Cylindrical-coordinate representation of color #85DCBD: hue angle of 158.62º 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 #85DCBD is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 220 | 189 | - |
| CMYK | 0.40 | 0 | 0.14 | 0.14 |
| HSL | 158.62º | 0.55% | 0.69% | - |
| HSV(B) | 158.62º | 0.4% | 0.86% | - |
| XYZ | 44.45 | 59.85 | 57.35 | - |
| YUV | 190.45 | 127.18 | 87.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 220 | 189 | 0.40 | 0 | 0.14 | 0.14 | 158.62 | 0.55 | 0.69 |
| Hex | 85 | DC | BD | 28 | 0 | E | E | 9F | 37 | 45 |
| Octal | 205 | 334 | 275 | 50 | 0 | 16 | 16 | 237 | 67 | 105 |
| Binary | 10000101 | 11011100 | 10111101 | 101000 | 0 | 1110 | 1110 | 10011111 | 110111 | 1000101 |
Color Harmonies of #85DCBD
Complementary color
Monochromatic Colors of #85DCBD
Black with #85DCBD
Text Example
Text Example
White with #85DCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DCBD; }
p { color: rgb(133,220,189); }
H1.HeaderClassName
{
color: #85DCBD;
}
.AnyTagClassName
{
color: #85DCBD;
}
</style>
background-color css
<style>
a { background-color: #85DCBD; }
a { background-color: rgb(133,220,189); }
div.DivClassName
{
background-color: #85DCBD;
}
.BgClassName
{
background-color: #85DCBD;
}
</style>
border-color css
<style>
span { border-color: #85DCBD; }
span { border-color: rgb(133,220,189); }
td.TdClassName
{
border-color: #85DCBD;
}
.TagClassName
{
border-color: #85DCBD;
}
</style>