Shades of Bermuda #85CFC2
Tints of Bermuda #85CFC2
RGB
CMYK
RGB Variations
Color information
#85CFC2 (or 0x85CFC2) is known color: Bermuda. HEX triplet: 85, CF and C2. RGB value is (133,207,194). Sum of RGB (Red+Green+Blue) = 133+207+194=534 (70% of max value = 765). Red value is 133 (52.34% from 255 or 24.91% from 534); Green value is 207 (81.25% from 255 or 38.76% from 534); Blue value is 194 (76.17% from 255 or 36.33% from 534); Max value from RGB is 207 - color contains mainly: green. Hex color #85CFC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #85CFC2 is #7A303D. Grayscale: #B7B7B7. Windows color (decimal): -8007742 or 12767109. OLE color: 12767109.
HSL color Cylindrical-coordinate representation of color #85CFC2: hue angle of 169.46º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #85CFC2 is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 207 | 194 | - |
| CMYK | 0.36 | 0 | 0.06 | 0.19 |
| HSL | 169.46º | 0.44% | 0.67% | - |
| HSV(B) | 169.46º | 0.36% | 0.81% | - |
| XYZ | 41.72 | 53.51 | 59.17 | - |
| YUV | 183.39 | 133.98 | 92.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 207 | 194 | 0.36 | 0 | 0.06 | 0.19 | 169.46 | 0.44 | 0.67 |
| Hex | 85 | CF | C2 | 24 | 0 | 6 | 13 | A9 | 2C | 43 |
| Octal | 205 | 317 | 302 | 44 | 0 | 6 | 23 | 251 | 54 | 103 |
| Binary | 10000101 | 11001111 | 11000010 | 100100 | 0 | 110 | 10011 | 10101001 | 101100 | 1000011 |
Color Harmonies of #85CFC2
Complementary color
Monochromatic Colors of #85CFC2
Black with #85CFC2
Text Example
Text Example
White with #85CFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CFC2; }
p { color: rgb(133,207,194); }
H1.HeaderClassName
{
color: #85CFC2;
}
.AnyTagClassName
{
color: #85CFC2;
}
</style>
background-color css
<style>
a { background-color: #85CFC2; }
a { background-color: rgb(133,207,194); }
div.DivClassName
{
background-color: #85CFC2;
}
.BgClassName
{
background-color: #85CFC2;
}
</style>
border-color css
<style>
span { border-color: #85CFC2; }
span { border-color: rgb(133,207,194); }
td.TdClassName
{
border-color: #85CFC2;
}
.TagClassName
{
border-color: #85CFC2;
}
</style>