Shades of Bermuda #88DBBB
Tints of Bermuda #88DBBB
RGB
CMYK
RGB Variations
Color information
#88DBBB (or 0x88DBBB) is known color: Bermuda. HEX triplet: 88, DB and BB. RGB value is (136,219,187). Sum of RGB (Red+Green+Blue) = 136+219+187=542 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.09% from 542); Green value is 219 (85.94% from 255 or 40.41% from 542); Blue value is 187 (73.44% from 255 or 34.50% from 542); Max value from RGB is 219 - color contains mainly: green. Hex color #88DBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DBBB is #772444. Grayscale: #BEBEBE. Windows color (decimal): -7808069 or 12311432. OLE color: 12311432.
HSL color Cylindrical-coordinate representation of color #88DBBB: hue angle of 156.87º 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 #88DBBB is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 219 | 187 | - |
| CMYK | 0.38 | 0 | 0.15 | 0.14 |
| HSL | 156.87º | 0.54% | 0.7% | - |
| HSV(B) | 156.87º | 0.38% | 0.86% | - |
| XYZ | 44.45 | 59.49 | 56.15 | - |
| YUV | 190.54 | 126 | 89.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 219 | 187 | 0.38 | 0 | 0.15 | 0.14 | 156.87 | 0.54 | 0.7 |
| Hex | 88 | DB | BB | 26 | 0 | F | E | 9D | 36 | 46 |
| Octal | 210 | 333 | 273 | 46 | 0 | 17 | 16 | 235 | 66 | 106 |
| Binary | 10001000 | 11011011 | 10111011 | 100110 | 0 | 1111 | 1110 | 10011101 | 110110 | 1000110 |
Color Harmonies of #88DBBB
Complementary color
Monochromatic Colors of #88DBBB
Black with #88DBBB
Text Example
Text Example
White with #88DBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DBBB; }
p { color: rgb(136,219,187); }
H1.HeaderClassName
{
color: #88DBBB;
}
.AnyTagClassName
{
color: #88DBBB;
}
</style>
background-color css
<style>
a { background-color: #88DBBB; }
a { background-color: rgb(136,219,187); }
div.DivClassName
{
background-color: #88DBBB;
}
.BgClassName
{
background-color: #88DBBB;
}
</style>
border-color css
<style>
span { border-color: #88DBBB; }
span { border-color: rgb(136,219,187); }
td.TdClassName
{
border-color: #88DBBB;
}
.TagClassName
{
border-color: #88DBBB;
}
</style>