Shades of Bermuda #88D3B9
Tints of Bermuda #88D3B9
RGB
CMYK
RGB Variations
Color information
#88D3B9 (or 0x88D3B9) is known color: Bermuda. HEX triplet: 88, D3 and B9. RGB value is (136,211,185). Sum of RGB (Red+Green+Blue) = 136+211+185=532 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.56% from 532); Green value is 211 (82.81% from 255 or 39.66% from 532); Blue value is 185 (72.66% from 255 or 34.77% from 532); Max value from RGB is 211 - color contains mainly: green. Hex color #88D3B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88D3B9 is #772C46. Grayscale: #B9B9B9. Windows color (decimal): -7810119 or 12178312. OLE color: 12178312.
HSL color Cylindrical-coordinate representation of color #88D3B9: hue angle of 159.2º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #88D3B9 is Cyan = 0.36, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 136 | 211 | 185 | - |
| CMYK | 0.36 | 0 | 0.12 | 0.17 |
| HSL | 159.2º | 0.46% | 0.68% | - |
| HSV(B) | 159.2º | 0.36% | 0.83% | - |
| XYZ | 42.2 | 55.33 | 54.35 | - |
| YUV | 185.61 | 127.65 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 211 | 185 | 0.36 | 0 | 0.12 | 0.17 | 159.2 | 0.46 | 0.68 |
| Hex | 88 | D3 | B9 | 24 | 0 | C | 11 | 9F | 2E | 44 |
| Octal | 210 | 323 | 271 | 44 | 0 | 14 | 21 | 237 | 56 | 104 |
| Binary | 10001000 | 11010011 | 10111001 | 100100 | 0 | 1100 | 10001 | 10011111 | 101110 | 1000100 |
Color Harmonies of #88D3B9
Complementary color
Monochromatic Colors of #88D3B9
Black with #88D3B9
Text Example
Text Example
White with #88D3B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88D3B9; }
p { color: rgb(136,211,185); }
H1.HeaderClassName
{
color: #88D3B9;
}
.AnyTagClassName
{
color: #88D3B9;
}
</style>
background-color css
<style>
a { background-color: #88D3B9; }
a { background-color: rgb(136,211,185); }
div.DivClassName
{
background-color: #88D3B9;
}
.BgClassName
{
background-color: #88D3B9;
}
</style>
border-color css
<style>
span { border-color: #88D3B9; }
span { border-color: rgb(136,211,185); }
td.TdClassName
{
border-color: #88D3B9;
}
.TagClassName
{
border-color: #88D3B9;
}
</style>