Shades of Bermuda #88D6BE
Tints of Bermuda #88D6BE
RGB
CMYK
RGB Variations
Color information
#88D6BE (or 0x88D6BE) is known color: Bermuda. HEX triplet: 88, D6 and BE. RGB value is (136,214,190). Sum of RGB (Red+Green+Blue) = 136+214+190=540 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.19% from 540); Green value is 214 (83.98% from 255 or 39.63% from 540); Blue value is 190 (74.61% from 255 or 35.19% from 540); Max value from RGB is 214 - color contains mainly: green. Hex color #88D6BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88D6BE is #772941. Grayscale: #BBBBBB. Windows color (decimal): -7809346 or 12506760. OLE color: 12506760.
HSL color Cylindrical-coordinate representation of color #88D6BE: hue angle of 161.54º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #88D6BE is Cyan = 0.36, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 136 | 214 | 190 | - |
| CMYK | 0.36 | 0 | 0.11 | 0.16 |
| HSL | 161.54º | 0.49% | 0.69% | - |
| HSV(B) | 161.54º | 0.36% | 0.84% | - |
| XYZ | 43.49 | 57.05 | 57.43 | - |
| YUV | 187.94 | 129.16 | 90.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 214 | 190 | 0.36 | 0 | 0.11 | 0.16 | 161.54 | 0.49 | 0.69 |
| Hex | 88 | D6 | BE | 24 | 0 | B | 10 | A2 | 31 | 45 |
| Octal | 210 | 326 | 276 | 44 | 0 | 13 | 20 | 242 | 61 | 105 |
| Binary | 10001000 | 11010110 | 10111110 | 100100 | 0 | 1011 | 10000 | 10100010 | 110001 | 1000101 |
Color Harmonies of #88D6BE
Complementary color
Monochromatic Colors of #88D6BE
Black with #88D6BE
Text Example
Text Example
White with #88D6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88D6BE; }
p { color: rgb(136,214,190); }
H1.HeaderClassName
{
color: #88D6BE;
}
.AnyTagClassName
{
color: #88D6BE;
}
</style>
background-color css
<style>
a { background-color: #88D6BE; }
a { background-color: rgb(136,214,190); }
div.DivClassName
{
background-color: #88D6BE;
}
.BgClassName
{
background-color: #88D6BE;
}
</style>
border-color css
<style>
span { border-color: #88D6BE; }
span { border-color: rgb(136,214,190); }
td.TdClassName
{
border-color: #88D6BE;
}
.TagClassName
{
border-color: #88D6BE;
}
</style>