Shades of Bermuda #88D0B7
Tints of Bermuda #88D0B7
RGB
CMYK
RGB Variations
Color information
#88D0B7 (or 0x88D0B7) is known color: Bermuda. HEX triplet: 88, D0 and B7. RGB value is (136,208,183). Sum of RGB (Red+Green+Blue) = 136+208+183=527 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.81% from 527); Green value is 208 (81.64% from 255 or 39.47% from 527); Blue value is 183 (71.88% from 255 or 34.72% from 527); Max value from RGB is 208 - color contains mainly: green. Hex color #88D0B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88D0B7 is #772F48. Grayscale: #B7B7B7. Windows color (decimal): -7810889 or 12046472. OLE color: 12046472.
HSL color Cylindrical-coordinate representation of color #88D0B7: hue angle of 159.17º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #88D0B7 is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 136 | 208 | 183 | - |
| CMYK | 0.35 | 0 | 0.12 | 0.18 |
| HSL | 159.17º | 0.43% | 0.67% | - |
| HSV(B) | 159.17º | 0.35% | 0.82% | - |
| XYZ | 41.26 | 53.76 | 53 | - |
| YUV | 183.62 | 127.65 | 94.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 208 | 183 | 0.35 | 0 | 0.12 | 0.18 | 159.17 | 0.43 | 0.67 |
| Hex | 88 | D0 | B7 | 23 | 0 | C | 12 | 9F | 2B | 43 |
| Octal | 210 | 320 | 267 | 43 | 0 | 14 | 22 | 237 | 53 | 103 |
| Binary | 10001000 | 11010000 | 10110111 | 100011 | 0 | 1100 | 10010 | 10011111 | 101011 | 1000011 |
Color Harmonies of #88D0B7
Complementary color
Monochromatic Colors of #88D0B7
Black with #88D0B7
Text Example
Text Example
White with #88D0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88D0B7; }
p { color: rgb(136,208,183); }
H1.HeaderClassName
{
color: #88D0B7;
}
.AnyTagClassName
{
color: #88D0B7;
}
</style>
background-color css
<style>
a { background-color: #88D0B7; }
a { background-color: rgb(136,208,183); }
div.DivClassName
{
background-color: #88D0B7;
}
.BgClassName
{
background-color: #88D0B7;
}
</style>
border-color css
<style>
span { border-color: #88D0B7; }
span { border-color: rgb(136,208,183); }
td.TdClassName
{
border-color: #88D0B7;
}
.TagClassName
{
border-color: #88D0B7;
}
</style>