Shades of Bermuda #88DCBD
Tints of Bermuda #88DCBD
RGB
CMYK
RGB Variations
Color information
#88DCBD (or 0x88DCBD) is known color: Bermuda. HEX triplet: 88, DC and BD. RGB value is (136,220,189). Sum of RGB (Red+Green+Blue) = 136+220+189=545 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.95% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 189 (74.22% from 255 or 34.68% from 545); Max value from RGB is 220 - color contains mainly: green. Hex color #88DCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88DCBD is #772342. Grayscale: #BFBFBF. Windows color (decimal): -7807811 or 12442760. OLE color: 12442760.
HSL color Cylindrical-coordinate representation of color #88DCBD: hue angle of 157.86º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88DCBD is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 220 | 189 | - |
| CMYK | 0.38 | 0 | 0.14 | 0.14 |
| HSL | 157.86º | 0.55% | 0.7% | - |
| HSV(B) | 157.86º | 0.38% | 0.86% | - |
| XYZ | 44.93 | 60.09 | 57.38 | - |
| YUV | 191.35 | 126.67 | 88.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 220 | 189 | 0.38 | 0 | 0.14 | 0.14 | 157.86 | 0.55 | 0.7 |
| Hex | 88 | DC | BD | 26 | 0 | E | E | 9E | 37 | 46 |
| Octal | 210 | 334 | 275 | 46 | 0 | 16 | 16 | 236 | 67 | 106 |
| Binary | 10001000 | 11011100 | 10111101 | 100110 | 0 | 1110 | 1110 | 10011110 | 110111 | 1000110 |
Color Harmonies of #88DCBD
Complementary color
Monochromatic Colors of #88DCBD
Black with #88DCBD
Text Example
Text Example
White with #88DCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88DCBD; }
p { color: rgb(136,220,189); }
H1.HeaderClassName
{
color: #88DCBD;
}
.AnyTagClassName
{
color: #88DCBD;
}
</style>
background-color css
<style>
a { background-color: #88DCBD; }
a { background-color: rgb(136,220,189); }
div.DivClassName
{
background-color: #88DCBD;
}
.BgClassName
{
background-color: #88DCBD;
}
</style>
border-color css
<style>
span { border-color: #88DCBD; }
span { border-color: rgb(136,220,189); }
td.TdClassName
{
border-color: #88DCBD;
}
.TagClassName
{
border-color: #88DCBD;
}
</style>