Shades of Bermuda #88D3B5
Tints of Bermuda #88D3B5
RGB
CMYK
RGB Variations
Color information
#88D3B5 (or 0x88D3B5) is known color: Bermuda. HEX triplet: 88, D3 and B5. RGB value is (136,211,181). Sum of RGB (Red+Green+Blue) = 136+211+181=528 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.76% from 528); Green value is 211 (82.81% from 255 or 39.96% from 528); Blue value is 181 (71.09% from 255 or 34.28% from 528); Max value from RGB is 211 - color contains mainly: green. Hex color #88D3B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88D3B5 is #772C4A. Grayscale: #B9B9B9. Windows color (decimal): -7810123 or 11916168. OLE color: 11916168.
HSL color Cylindrical-coordinate representation of color #88D3B5: hue angle of 156º 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 #88D3B5 is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 136 | 211 | 181 | - |
| CMYK | 0.36 | 0 | 0.14 | 0.17 |
| HSL | 156º | 0.46% | 0.68% | - |
| HSV(B) | 156º | 0.36% | 0.83% | - |
| XYZ | 41.79 | 55.16 | 52.16 | - |
| YUV | 185.16 | 125.65 | 92.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 211 | 181 | 0.36 | 0 | 0.14 | 0.17 | 156 | 0.46 | 0.68 |
| Hex | 88 | D3 | B5 | 24 | 0 | E | 11 | 9C | 2E | 44 |
| Octal | 210 | 323 | 265 | 44 | 0 | 16 | 21 | 234 | 56 | 104 |
| Binary | 10001000 | 11010011 | 10110101 | 100100 | 0 | 1110 | 10001 | 10011100 | 101110 | 1000100 |
Color Harmonies of #88D3B5
Complementary color
Monochromatic Colors of #88D3B5
Black with #88D3B5
Text Example
Text Example
White with #88D3B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88D3B5; }
p { color: rgb(136,211,181); }
H1.HeaderClassName
{
color: #88D3B5;
}
.AnyTagClassName
{
color: #88D3B5;
}
</style>
background-color css
<style>
a { background-color: #88D3B5; }
a { background-color: rgb(136,211,181); }
div.DivClassName
{
background-color: #88D3B5;
}
.BgClassName
{
background-color: #88D3B5;
}
</style>
border-color css
<style>
span { border-color: #88D3B5; }
span { border-color: rgb(136,211,181); }
td.TdClassName
{
border-color: #88D3B5;
}
.TagClassName
{
border-color: #88D3B5;
}
</style>