Shades of Bermuda #88C1BE
Tints of Bermuda #88C1BE
RGB
CMYK
RGB Variations
Color information
#88C1BE (or 0x88C1BE) is known color: Bermuda. HEX triplet: 88, C1 and BE. RGB value is (136,193,190). Sum of RGB (Red+Green+Blue) = 136+193+190=519 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.20% from 519); Green value is 193 (75.78% from 255 or 37.19% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 193 - color contains mainly: green. Hex color #88C1BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88C1BE is #773E41. Grayscale: #AFAFAF. Windows color (decimal): -7814722 or 12501384. OLE color: 12501384.
HSL color Cylindrical-coordinate representation of color #88C1BE: hue angle of 176.84º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #88C1BE is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 193 | 190 | - |
| CMYK | 0.30 | 0 | 0.02 | 0.24 |
| HSL | 176.84º | 0.31% | 0.65% | - |
| HSV(B) | 176.84º | 0.3% | 0.76% | - |
| XYZ | 38.52 | 47.09 | 55.77 | - |
| YUV | 175.62 | 136.12 | 99.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 193 | 190 | 0.30 | 0 | 0.02 | 0.24 | 176.84 | 0.31 | 0.65 |
| Hex | 88 | C1 | BE | 1E | 0 | 2 | 18 | B1 | 1F | 41 |
| Octal | 210 | 301 | 276 | 36 | 0 | 2 | 30 | 261 | 37 | 101 |
| Binary | 10001000 | 11000001 | 10111110 | 11110 | 0 | 10 | 11000 | 10110001 | 11111 | 1000001 |
Color Harmonies of #88C1BE
Complementary color
Monochromatic Colors of #88C1BE
Black with #88C1BE
Text Example
Text Example
White with #88C1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C1BE; }
p { color: rgb(136,193,190); }
H1.HeaderClassName
{
color: #88C1BE;
}
.AnyTagClassName
{
color: #88C1BE;
}
</style>
background-color css
<style>
a { background-color: #88C1BE; }
a { background-color: rgb(136,193,190); }
div.DivClassName
{
background-color: #88C1BE;
}
.BgClassName
{
background-color: #88C1BE;
}
</style>
border-color css
<style>
span { border-color: #88C1BE; }
span { border-color: rgb(136,193,190); }
td.TdClassName
{
border-color: #88C1BE;
}
.TagClassName
{
border-color: #88C1BE;
}
</style>