Shades of Bermuda #88D0B5
Tints of Bermuda #88D0B5
RGB
CMYK
RGB Variations
Color information
#88D0B5 (or 0x88D0B5) is known color: Bermuda. HEX triplet: 88, D0 and B5. RGB value is (136,208,181). Sum of RGB (Red+Green+Blue) = 136+208+181=525 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.90% from 525); Green value is 208 (81.64% from 255 or 39.62% from 525); Blue value is 181 (71.09% from 255 or 34.48% from 525); Max value from RGB is 208 - color contains mainly: green. Hex color #88D0B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88D0B5 is #772F4A. Grayscale: #B7B7B7. Windows color (decimal): -7810891 or 11915400. OLE color: 11915400.
HSL color Cylindrical-coordinate representation of color #88D0B5: hue angle of 157.5º 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 #88D0B5 is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 136 | 208 | 181 | - |
| CMYK | 0.35 | 0 | 0.13 | 0.18 |
| HSL | 157.5º | 0.43% | 0.67% | - |
| HSV(B) | 157.5º | 0.35% | 0.82% | - |
| XYZ | 41.05 | 53.68 | 51.91 | - |
| YUV | 183.39 | 126.65 | 94.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 208 | 181 | 0.35 | 0 | 0.13 | 0.18 | 157.5 | 0.43 | 0.67 |
| Hex | 88 | D0 | B5 | 23 | 0 | D | 12 | 9E | 2B | 43 |
| Octal | 210 | 320 | 265 | 43 | 0 | 15 | 22 | 236 | 53 | 103 |
| Binary | 10001000 | 11010000 | 10110101 | 100011 | 0 | 1101 | 10010 | 10011110 | 101011 | 1000011 |
Color Harmonies of #88D0B5
Complementary color
Monochromatic Colors of #88D0B5
Black with #88D0B5
Text Example
Text Example
White with #88D0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88D0B5; }
p { color: rgb(136,208,181); }
H1.HeaderClassName
{
color: #88D0B5;
}
.AnyTagClassName
{
color: #88D0B5;
}
</style>
background-color css
<style>
a { background-color: #88D0B5; }
a { background-color: rgb(136,208,181); }
div.DivClassName
{
background-color: #88D0B5;
}
.BgClassName
{
background-color: #88D0B5;
}
</style>
border-color css
<style>
span { border-color: #88D0B5; }
span { border-color: rgb(136,208,181); }
td.TdClassName
{
border-color: #88D0B5;
}
.TagClassName
{
border-color: #88D0B5;
}
</style>