Shades of Bermuda #88DCBA
Tints of Bermuda #88DCBA
RGB
CMYK
RGB Variations
Color information
#88DCBA (or 0x88DCBA) is known color: Bermuda. HEX triplet: 88, DC and BA. RGB value is (136,220,186). Sum of RGB (Red+Green+Blue) = 136+220+186=542 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.09% from 542); Green value is 220 (86.33% from 255 or 40.59% from 542); Blue value is 186 (73.05% from 255 or 34.32% from 542); Max value from RGB is 220 - color contains mainly: green. Hex color #88DCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DCBA is #772345. Grayscale: #BFBFBF. Windows color (decimal): -7807814 or 12246152. OLE color: 12246152.
HSL color Cylindrical-coordinate representation of color #88DCBA: hue angle of 155.71º degrees, saturation: 0.55, 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 #88DCBA is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 220 | 186 | - |
| CMYK | 0.38 | 0 | 0.15 | 0.14 |
| HSL | 155.71º | 0.55% | 0.7% | - |
| HSV(B) | 155.71º | 0.38% | 0.86% | - |
| XYZ | 44.61 | 59.97 | 55.68 | - |
| YUV | 191.01 | 125.17 | 88.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 220 | 186 | 0.38 | 0 | 0.15 | 0.14 | 155.71 | 0.55 | 0.7 |
| Hex | 88 | DC | BA | 26 | 0 | F | E | 9C | 37 | 46 |
| Octal | 210 | 334 | 272 | 46 | 0 | 17 | 16 | 234 | 67 | 106 |
| Binary | 10001000 | 11011100 | 10111010 | 100110 | 0 | 1111 | 1110 | 10011100 | 110111 | 1000110 |
Color Harmonies of #88DCBA
Complementary color
Monochromatic Colors of #88DCBA
Black with #88DCBA
Text Example
Text Example
White with #88DCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DCBA; }
p { color: rgb(136,220,186); }
H1.HeaderClassName
{
color: #88DCBA;
}
.AnyTagClassName
{
color: #88DCBA;
}
</style>
background-color css
<style>
a { background-color: #88DCBA; }
a { background-color: rgb(136,220,186); }
div.DivClassName
{
background-color: #88DCBA;
}
.BgClassName
{
background-color: #88DCBA;
}
</style>
border-color css
<style>
span { border-color: #88DCBA; }
span { border-color: rgb(136,220,186); }
td.TdClassName
{
border-color: #88DCBA;
}
.TagClassName
{
border-color: #88DCBA;
}
</style>