Shades of Bermuda #88D3C5
Tints of Bermuda #88D3C5
RGB
CMYK
RGB Variations
Color information
#88D3C5 (or 0x88D3C5) is known color: Bermuda. HEX triplet: 88, D3 and C5. RGB value is (136,211,197). Sum of RGB (Red+Green+Blue) = 136+211+197=544 (72% of max value = 765). Red value is 136 (53.52% from 255 or 25% from 544); Green value is 211 (82.81% from 255 or 38.79% from 544); Blue value is 197 (77.34% from 255 or 36.21% from 544); Max value from RGB is 211 - color contains mainly: green. Hex color #88D3C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88D3C5 is #772C3A. Grayscale: #BABABA. Windows color (decimal): -7810107 or 12964744. OLE color: 12964744.
HSL color Cylindrical-coordinate representation of color #88D3C5: hue angle of 168.8º 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 #88D3C5 is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 136 | 211 | 197 | - |
| CMYK | 0.36 | 0 | 0.07 | 0.17 |
| HSL | 168.8º | 0.46% | 0.68% | - |
| HSV(B) | 168.8º | 0.36% | 0.83% | - |
| XYZ | 43.53 | 55.85 | 61.31 | - |
| YUV | 186.98 | 133.65 | 91.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 211 | 197 | 0.36 | 0 | 0.07 | 0.17 | 168.8 | 0.46 | 0.68 |
| Hex | 88 | D3 | C5 | 24 | 0 | 7 | 11 | A9 | 2E | 44 |
| Octal | 210 | 323 | 305 | 44 | 0 | 7 | 21 | 251 | 56 | 104 |
| Binary | 10001000 | 11010011 | 11000101 | 100100 | 0 | 111 | 10001 | 10101001 | 101110 | 1000100 |
Color Harmonies of #88D3C5
Complementary color
Monochromatic Colors of #88D3C5
Black with #88D3C5
Text Example
Text Example
White with #88D3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88D3C5; }
p { color: rgb(136,211,197); }
H1.HeaderClassName
{
color: #88D3C5;
}
.AnyTagClassName
{
color: #88D3C5;
}
</style>
background-color css
<style>
a { background-color: #88D3C5; }
a { background-color: rgb(136,211,197); }
div.DivClassName
{
background-color: #88D3C5;
}
.BgClassName
{
background-color: #88D3C5;
}
</style>
border-color css
<style>
span { border-color: #88D3C5; }
span { border-color: rgb(136,211,197); }
td.TdClassName
{
border-color: #88D3C5;
}
.TagClassName
{
border-color: #88D3C5;
}
</style>