Shades of Bermuda #85CEB9
Tints of Bermuda #85CEB9
RGB
CMYK
RGB Variations
Color information
#85CEB9 (or 0x85CEB9) is known color: Bermuda. HEX triplet: 85, CE and B9. RGB value is (133,206,185). Sum of RGB (Red+Green+Blue) = 133+206+185=524 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.38% from 524); Green value is 206 (80.86% from 255 or 39.31% from 524); Blue value is 185 (72.66% from 255 or 35.31% from 524); Max value from RGB is 206 - color contains mainly: green. Hex color #85CEB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CEB9 is #7A3146. Grayscale: #B5B5B5. Windows color (decimal): -8008007 or 12177029. OLE color: 12177029.
HSL color Cylindrical-coordinate representation of color #85CEB9: hue angle of 162.74º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85CEB9 is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 206 | 185 | - |
| CMYK | 0.35 | 0 | 0.10 | 0.19 |
| HSL | 162.74º | 0.43% | 0.66% | - |
| HSV(B) | 162.74º | 0.35% | 0.81% | - |
| XYZ | 40.5 | 52.63 | 53.92 | - |
| YUV | 181.78 | 129.82 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 206 | 185 | 0.35 | 0 | 0.10 | 0.19 | 162.74 | 0.43 | 0.66 |
| Hex | 85 | CE | B9 | 23 | 0 | A | 13 | A3 | 2B | 42 |
| Octal | 205 | 316 | 271 | 43 | 0 | 12 | 23 | 243 | 53 | 102 |
| Binary | 10000101 | 11001110 | 10111001 | 100011 | 0 | 1010 | 10011 | 10100011 | 101011 | 1000010 |
Color Harmonies of #85CEB9
Complementary color
Monochromatic Colors of #85CEB9
Black with #85CEB9
Text Example
Text Example
White with #85CEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CEB9; }
p { color: rgb(133,206,185); }
H1.HeaderClassName
{
color: #85CEB9;
}
.AnyTagClassName
{
color: #85CEB9;
}
</style>
background-color css
<style>
a { background-color: #85CEB9; }
a { background-color: rgb(133,206,185); }
div.DivClassName
{
background-color: #85CEB9;
}
.BgClassName
{
background-color: #85CEB9;
}
</style>
border-color css
<style>
span { border-color: #85CEB9; }
span { border-color: rgb(133,206,185); }
td.TdClassName
{
border-color: #85CEB9;
}
.TagClassName
{
border-color: #85CEB9;
}
</style>