Shades of Bermuda #88DDBE
Tints of Bermuda #88DDBE
RGB
CMYK
RGB Variations
Color information
#88DDBE (or 0x88DDBE) is known color: Bermuda. HEX triplet: 88, DD and BE. RGB value is (136,221,190). Sum of RGB (Red+Green+Blue) = 136+221+190=547 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.86% from 547); Green value is 221 (86.72% from 255 or 40.40% from 547); Blue value is 190 (74.61% from 255 or 34.73% from 547); Max value from RGB is 221 - color contains mainly: green. Hex color #88DDBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DDBE is #772241. Grayscale: #C0C0C0. Windows color (decimal): -7807554 or 12508552. OLE color: 12508552.
HSL color Cylindrical-coordinate representation of color #88DDBE: hue angle of 158.12º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88DDBE is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 221 | 190 | - |
| CMYK | 0.38 | 0 | 0.14 | 0.13 |
| HSL | 158.12º | 0.56% | 0.7% | - |
| HSV(B) | 158.12º | 0.38% | 0.87% | - |
| XYZ | 45.3 | 60.66 | 58.04 | - |
| YUV | 192.05 | 126.84 | 88.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 221 | 190 | 0.38 | 0 | 0.14 | 0.13 | 158.12 | 0.56 | 0.7 |
| Hex | 88 | DD | BE | 26 | 0 | E | D | 9E | 38 | 46 |
| Octal | 210 | 335 | 276 | 46 | 0 | 16 | 15 | 236 | 70 | 106 |
| Binary | 10001000 | 11011101 | 10111110 | 100110 | 0 | 1110 | 1101 | 10011110 | 111000 | 1000110 |
Color Harmonies of #88DDBE
Complementary color
Monochromatic Colors of #88DDBE
Black with #88DDBE
Text Example
Text Example
White with #88DDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DDBE; }
p { color: rgb(136,221,190); }
H1.HeaderClassName
{
color: #88DDBE;
}
.AnyTagClassName
{
color: #88DDBE;
}
</style>
background-color css
<style>
a { background-color: #88DDBE; }
a { background-color: rgb(136,221,190); }
div.DivClassName
{
background-color: #88DDBE;
}
.BgClassName
{
background-color: #88DDBE;
}
</style>
border-color css
<style>
span { border-color: #88DDBE; }
span { border-color: rgb(136,221,190); }
td.TdClassName
{
border-color: #88DDBE;
}
.TagClassName
{
border-color: #88DDBE;
}
</style>