Shades of Bermuda #85D6C4
Tints of Bermuda #85D6C4
RGB
CMYK
RGB Variations
Color information
#85D6C4 (or 0x85D6C4) is known color: Bermuda. HEX triplet: 85, D6 and C4. RGB value is (133,214,196). Sum of RGB (Red+Green+Blue) = 133+214+196=543 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.49% from 543); Green value is 214 (83.98% from 255 or 39.41% from 543); Blue value is 196 (76.95% from 255 or 36.10% from 543); Max value from RGB is 214 - color contains mainly: green. Hex color #85D6C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85D6C4 is #7A293B. Grayscale: #BBBBBB. Windows color (decimal): -8005948 or 12899973. OLE color: 12899973.
HSL color Cylindrical-coordinate representation of color #85D6C4: hue angle of 166.67º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85D6C4 is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 133 | 214 | 196 | - |
| CMYK | 0.38 | 0 | 0.08 | 0.16 |
| HSL | 166.67º | 0.5% | 0.68% | - |
| HSV(B) | 166.67º | 0.38% | 0.84% | - |
| XYZ | 43.68 | 57.07 | 60.94 | - |
| YUV | 187.73 | 132.66 | 88.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 214 | 196 | 0.38 | 0 | 0.08 | 0.16 | 166.67 | 0.5 | 0.68 |
| Hex | 85 | D6 | C4 | 26 | 0 | 8 | 10 | A7 | 32 | 44 |
| Octal | 205 | 326 | 304 | 46 | 0 | 10 | 20 | 247 | 62 | 104 |
| Binary | 10000101 | 11010110 | 11000100 | 100110 | 0 | 1000 | 10000 | 10100111 | 110010 | 1000100 |
Color Harmonies of #85D6C4
Complementary color
Monochromatic Colors of #85D6C4
Black with #85D6C4
Text Example
Text Example
White with #85D6C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D6C4; }
p { color: rgb(133,214,196); }
H1.HeaderClassName
{
color: #85D6C4;
}
.AnyTagClassName
{
color: #85D6C4;
}
</style>
background-color css
<style>
a { background-color: #85D6C4; }
a { background-color: rgb(133,214,196); }
div.DivClassName
{
background-color: #85D6C4;
}
.BgClassName
{
background-color: #85D6C4;
}
</style>
border-color css
<style>
span { border-color: #85D6C4; }
span { border-color: rgb(133,214,196); }
td.TdClassName
{
border-color: #85D6C4;
}
.TagClassName
{
border-color: #85D6C4;
}
</style>