Shades of Bermuda #85C3C1
Tints of Bermuda #85C3C1
RGB
CMYK
RGB Variations
Color information
#85C3C1 (or 0x85C3C1) is known color: Bermuda. HEX triplet: 85, C3 and C1. RGB value is (133,195,193). Sum of RGB (Red+Green+Blue) = 133+195+193=521 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.53% from 521); Green value is 195 (76.56% from 255 or 37.43% from 521); Blue value is 193 (75.78% from 255 or 37.04% from 521); Max value from RGB is 195 - color contains mainly: green. Hex color #85C3C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85C3C1 is #7A3C3E. Grayscale: #B0B0B0. Windows color (decimal): -8010815 or 12698501. OLE color: 12698501.
HSL color Cylindrical-coordinate representation of color #85C3C1: hue angle of 178.06º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #85C3C1 is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 195 | 193 | - |
| CMYK | 0.32 | 0 | 0.01 | 0.24 |
| HSL | 178.06º | 0.34% | 0.64% | - |
| HSV(B) | 178.06º | 0.32% | 0.76% | - |
| XYZ | 38.81 | 47.87 | 57.65 | - |
| YUV | 176.23 | 137.46 | 97.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 195 | 193 | 0.32 | 0 | 0.01 | 0.24 | 178.06 | 0.34 | 0.64 |
| Hex | 85 | C3 | C1 | 20 | 0 | 1 | 18 | B2 | 22 | 40 |
| Octal | 205 | 303 | 301 | 40 | 0 | 1 | 30 | 262 | 42 | 100 |
| Binary | 10000101 | 11000011 | 11000001 | 100000 | 0 | 1 | 11000 | 10110010 | 100010 | 1000000 |
Color Harmonies of #85C3C1
Complementary color
Monochromatic Colors of #85C3C1
Black with #85C3C1
Text Example
Text Example
White with #85C3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85C3C1; }
p { color: rgb(133,195,193); }
H1.HeaderClassName
{
color: #85C3C1;
}
.AnyTagClassName
{
color: #85C3C1;
}
</style>
background-color css
<style>
a { background-color: #85C3C1; }
a { background-color: rgb(133,195,193); }
div.DivClassName
{
background-color: #85C3C1;
}
.BgClassName
{
background-color: #85C3C1;
}
</style>
border-color css
<style>
span { border-color: #85C3C1; }
span { border-color: rgb(133,195,193); }
td.TdClassName
{
border-color: #85C3C1;
}
.TagClassName
{
border-color: #85C3C1;
}
</style>