Shades of Bermuda #88CFBC
Tints of Bermuda #88CFBC
RGB
CMYK
RGB Variations
Color information
#88CFBC (or 0x88CFBC) is known color: Bermuda. HEX triplet: 88, CF and BC. RGB value is (136,207,188). Sum of RGB (Red+Green+Blue) = 136+207+188=531 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.61% from 531); Green value is 207 (81.25% from 255 or 38.98% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 207 - color contains mainly: green. Hex color #88CFBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CFBC is #773043. Grayscale: #B7B7B7. Windows color (decimal): -7811140 or 12373896. OLE color: 12373896.
HSL color Cylindrical-coordinate representation of color #88CFBC: hue angle of 163.94º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #88CFBC is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 207 | 188 | - |
| CMYK | 0.34 | 0 | 0.09 | 0.19 |
| HSL | 163.94º | 0.43% | 0.67% | - |
| HSV(B) | 163.94º | 0.34% | 0.81% | - |
| XYZ | 41.54 | 53.49 | 55.71 | - |
| YUV | 183.61 | 130.48 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 207 | 188 | 0.34 | 0 | 0.09 | 0.19 | 163.94 | 0.43 | 0.67 |
| Hex | 88 | CF | BC | 22 | 0 | 9 | 13 | A4 | 2B | 43 |
| Octal | 210 | 317 | 274 | 42 | 0 | 11 | 23 | 244 | 53 | 103 |
| Binary | 10001000 | 11001111 | 10111100 | 100010 | 0 | 1001 | 10011 | 10100100 | 101011 | 1000011 |
Color Harmonies of #88CFBC
Complementary color
Monochromatic Colors of #88CFBC
Black with #88CFBC
Text Example
Text Example
White with #88CFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CFBC; }
p { color: rgb(136,207,188); }
H1.HeaderClassName
{
color: #88CFBC;
}
.AnyTagClassName
{
color: #88CFBC;
}
</style>
background-color css
<style>
a { background-color: #88CFBC; }
a { background-color: rgb(136,207,188); }
div.DivClassName
{
background-color: #88CFBC;
}
.BgClassName
{
background-color: #88CFBC;
}
</style>
border-color css
<style>
span { border-color: #88CFBC; }
span { border-color: rgb(136,207,188); }
td.TdClassName
{
border-color: #88CFBC;
}
.TagClassName
{
border-color: #88CFBC;
}
</style>