Shades of Bermuda #88DBC0
Tints of Bermuda #88DBC0
RGB
CMYK
RGB Variations
Color information
#88DBC0 (or 0x88DBC0) is known color: Bermuda. HEX triplet: 88, DB and C0. RGB value is (136,219,192). Sum of RGB (Red+Green+Blue) = 136+219+192=547 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.86% from 547); Green value is 219 (85.94% from 255 or 40.04% from 547); Blue value is 192 (75.39% from 255 or 35.10% from 547); Max value from RGB is 219 - color contains mainly: green. Hex color #88DBC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DBC0 is #77243F. Grayscale: #BFBFBF. Windows color (decimal): -7808064 or 12639112. OLE color: 12639112.
HSL color Cylindrical-coordinate representation of color #88DBC0: hue angle of 160.48º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88DBC0 is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 219 | 192 | - |
| CMYK | 0.38 | 0 | 0.12 | 0.14 |
| HSL | 160.48º | 0.54% | 0.7% | - |
| HSV(B) | 160.48º | 0.38% | 0.86% | - |
| XYZ | 45 | 59.7 | 59.02 | - |
| YUV | 191.11 | 128.5 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 219 | 192 | 0.38 | 0 | 0.12 | 0.14 | 160.48 | 0.54 | 0.7 |
| Hex | 88 | DB | C0 | 26 | 0 | C | E | A0 | 36 | 46 |
| Octal | 210 | 333 | 300 | 46 | 0 | 14 | 16 | 240 | 66 | 106 |
| Binary | 10001000 | 11011011 | 11000000 | 100110 | 0 | 1100 | 1110 | 10100000 | 110110 | 1000110 |
Color Harmonies of #88DBC0
Complementary color
Monochromatic Colors of #88DBC0
Black with #88DBC0
Text Example
Text Example
White with #88DBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DBC0; }
p { color: rgb(136,219,192); }
H1.HeaderClassName
{
color: #88DBC0;
}
.AnyTagClassName
{
color: #88DBC0;
}
</style>
background-color css
<style>
a { background-color: #88DBC0; }
a { background-color: rgb(136,219,192); }
div.DivClassName
{
background-color: #88DBC0;
}
.BgClassName
{
background-color: #88DBC0;
}
</style>
border-color css
<style>
span { border-color: #88DBC0; }
span { border-color: rgb(136,219,192); }
td.TdClassName
{
border-color: #88DBC0;
}
.TagClassName
{
border-color: #88DBC0;
}
</style>