Shades of Bermuda #85D0B2
Tints of Bermuda #85D0B2
RGB
CMYK
RGB Variations
Color information
#85D0B2 (or 0x85D0B2) is known color: Bermuda. HEX triplet: 85, D0 and B2. RGB value is (133,208,178). Sum of RGB (Red+Green+Blue) = 133+208+178=519 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.63% from 519); Green value is 208 (81.64% from 255 or 40.08% from 519); Blue value is 178 (69.92% from 255 or 34.30% from 519); Max value from RGB is 208 - color contains mainly: green. Hex color #85D0B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D0B2 is #7A2F4D. Grayscale: #B6B6B6. Windows color (decimal): -8007502 or 11718789. OLE color: 11718789.
HSL color Cylindrical-coordinate representation of color #85D0B2: hue angle of 156º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #85D0B2 is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 133 | 208 | 178 | - |
| CMYK | 0.36 | 0 | 0.14 | 0.18 |
| HSL | 156º | 0.44% | 0.67% | - |
| HSV(B) | 156º | 0.36% | 0.82% | - |
| XYZ | 40.26 | 53.31 | 50.29 | - |
| YUV | 182.16 | 125.65 | 92.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 208 | 178 | 0.36 | 0 | 0.14 | 0.18 | 156 | 0.44 | 0.67 |
| Hex | 85 | D0 | B2 | 24 | 0 | E | 12 | 9C | 2C | 43 |
| Octal | 205 | 320 | 262 | 44 | 0 | 16 | 22 | 234 | 54 | 103 |
| Binary | 10000101 | 11010000 | 10110010 | 100100 | 0 | 1110 | 10010 | 10011100 | 101100 | 1000011 |
Color Harmonies of #85D0B2
Complementary color
Monochromatic Colors of #85D0B2
Black with #85D0B2
Text Example
Text Example
White with #85D0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D0B2; }
p { color: rgb(133,208,178); }
H1.HeaderClassName
{
color: #85D0B2;
}
.AnyTagClassName
{
color: #85D0B2;
}
</style>
background-color css
<style>
a { background-color: #85D0B2; }
a { background-color: rgb(133,208,178); }
div.DivClassName
{
background-color: #85D0B2;
}
.BgClassName
{
background-color: #85D0B2;
}
</style>
border-color css
<style>
span { border-color: #85D0B2; }
span { border-color: rgb(133,208,178); }
td.TdClassName
{
border-color: #85D0B2;
}
.TagClassName
{
border-color: #85D0B2;
}
</style>