Shades of Bermuda #85CAC0
Tints of Bermuda #85CAC0
RGB
CMYK
RGB Variations
Color information
#85CAC0 (or 0x85CAC0) is known color: Bermuda. HEX triplet: 85, CA and C0. RGB value is (133,202,192). Sum of RGB (Red+Green+Blue) = 133+202+192=527 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.24% from 527); Green value is 202 (79.30% from 255 or 38.33% from 527); Blue value is 192 (75.39% from 255 or 36.43% from 527); Max value from RGB is 202 - color contains mainly: green. Hex color #85CAC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CAC0 is #7A353F. Grayscale: #B4B4B4. Windows color (decimal): -8009024 or 12634757. OLE color: 12634757.
HSL color Cylindrical-coordinate representation of color #85CAC0: hue angle of 171.3º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #85CAC0 is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 133 | 202 | 192 | - |
| CMYK | 0.34 | 0 | 0.05 | 0.21 |
| HSL | 171.3º | 0.39% | 0.66% | - |
| HSV(B) | 171.3º | 0.34% | 0.79% | - |
| XYZ | 40.31 | 51.03 | 57.6 | - |
| YUV | 180.23 | 134.64 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 202 | 192 | 0.34 | 0 | 0.05 | 0.21 | 171.3 | 0.39 | 0.66 |
| Hex | 85 | CA | C0 | 22 | 0 | 5 | 15 | AB | 27 | 42 |
| Octal | 205 | 312 | 300 | 42 | 0 | 5 | 25 | 253 | 47 | 102 |
| Binary | 10000101 | 11001010 | 11000000 | 100010 | 0 | 101 | 10101 | 10101011 | 100111 | 1000010 |
Color Harmonies of #85CAC0
Complementary color
Monochromatic Colors of #85CAC0
Black with #85CAC0
Text Example
Text Example
White with #85CAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CAC0; }
p { color: rgb(133,202,192); }
H1.HeaderClassName
{
color: #85CAC0;
}
.AnyTagClassName
{
color: #85CAC0;
}
</style>
background-color css
<style>
a { background-color: #85CAC0; }
a { background-color: rgb(133,202,192); }
div.DivClassName
{
background-color: #85CAC0;
}
.BgClassName
{
background-color: #85CAC0;
}
</style>
border-color css
<style>
span { border-color: #85CAC0; }
span { border-color: rgb(133,202,192); }
td.TdClassName
{
border-color: #85CAC0;
}
.TagClassName
{
border-color: #85CAC0;
}
</style>