Shades of Bermuda #88DCBE
Tints of Bermuda #88DCBE
RGB
CMYK
RGB Variations
Color information
#88DCBE (or 0x88DCBE) is known color: Bermuda. HEX triplet: 88, DC and BE. RGB value is (136,220,190). Sum of RGB (Red+Green+Blue) = 136+220+190=546 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.91% from 546); Green value is 220 (86.33% from 255 or 40.29% from 546); Blue value is 190 (74.61% from 255 or 34.80% from 546); Max value from RGB is 220 - color contains mainly: green. Hex color #88DCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DCBE is #772341. Grayscale: #BFBFBF. Windows color (decimal): -7807810 or 12508296. OLE color: 12508296.
HSL color Cylindrical-coordinate representation of color #88DCBE: hue angle of 158.57º 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 #88DCBE is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 220 | 190 | - |
| CMYK | 0.38 | 0 | 0.14 | 0.14 |
| HSL | 158.57º | 0.55% | 0.7% | - |
| HSV(B) | 158.57º | 0.38% | 0.86% | - |
| XYZ | 45.04 | 60.14 | 57.95 | - |
| YUV | 191.46 | 127.17 | 88.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 220 | 190 | 0.38 | 0 | 0.14 | 0.14 | 158.57 | 0.55 | 0.7 |
| Hex | 88 | DC | BE | 26 | 0 | E | E | 9F | 37 | 46 |
| Octal | 210 | 334 | 276 | 46 | 0 | 16 | 16 | 237 | 67 | 106 |
| Binary | 10001000 | 11011100 | 10111110 | 100110 | 0 | 1110 | 1110 | 10011111 | 110111 | 1000110 |
Color Harmonies of #88DCBE
Complementary color
Monochromatic Colors of #88DCBE
Black with #88DCBE
Text Example
Text Example
White with #88DCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DCBE; }
p { color: rgb(136,220,190); }
H1.HeaderClassName
{
color: #88DCBE;
}
.AnyTagClassName
{
color: #88DCBE;
}
</style>
background-color css
<style>
a { background-color: #88DCBE; }
a { background-color: rgb(136,220,190); }
div.DivClassName
{
background-color: #88DCBE;
}
.BgClassName
{
background-color: #88DCBE;
}
</style>
border-color css
<style>
span { border-color: #88DCBE; }
span { border-color: rgb(136,220,190); }
td.TdClassName
{
border-color: #88DCBE;
}
.TagClassName
{
border-color: #88DCBE;
}
</style>