Shades of Bermuda #88C6BF
Tints of Bermuda #88C6BF
RGB
CMYK
RGB Variations
Color information
#88C6BF (or 0x88C6BF) is known color: Bermuda. HEX triplet: 88, C6 and BF. RGB value is (136,198,191). Sum of RGB (Red+Green+Blue) = 136+198+191=525 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.90% from 525); Green value is 198 (77.73% from 255 or 37.71% from 525); Blue value is 191 (75% from 255 or 36.38% from 525); Max value from RGB is 198 - color contains mainly: green. Hex color #88C6BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88C6BF is #773940. Grayscale: #B2B2B2. Windows color (decimal): -7813441 or 12568200. OLE color: 12568200.
HSL color Cylindrical-coordinate representation of color #88C6BF: hue angle of 173.23º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #88C6BF is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 136 | 198 | 191 | - |
| CMYK | 0.31 | 0 | 0.04 | 0.22 |
| HSL | 173.23º | 0.35% | 0.65% | - |
| HSV(B) | 173.23º | 0.31% | 0.78% | - |
| XYZ | 39.75 | 49.38 | 56.73 | - |
| YUV | 178.66 | 134.96 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 198 | 191 | 0.31 | 0 | 0.04 | 0.22 | 173.23 | 0.35 | 0.65 |
| Hex | 88 | C6 | BF | 1F | 0 | 4 | 16 | AD | 23 | 41 |
| Octal | 210 | 306 | 277 | 37 | 0 | 4 | 26 | 255 | 43 | 101 |
| Binary | 10001000 | 11000110 | 10111111 | 11111 | 0 | 100 | 10110 | 10101101 | 100011 | 1000001 |
Color Harmonies of #88C6BF
Complementary color
Monochromatic Colors of #88C6BF
Black with #88C6BF
Text Example
Text Example
White with #88C6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C6BF; }
p { color: rgb(136,198,191); }
H1.HeaderClassName
{
color: #88C6BF;
}
.AnyTagClassName
{
color: #88C6BF;
}
</style>
background-color css
<style>
a { background-color: #88C6BF; }
a { background-color: rgb(136,198,191); }
div.DivClassName
{
background-color: #88C6BF;
}
.BgClassName
{
background-color: #88C6BF;
}
</style>
border-color css
<style>
span { border-color: #88C6BF; }
span { border-color: rgb(136,198,191); }
td.TdClassName
{
border-color: #88C6BF;
}
.TagClassName
{
border-color: #88C6BF;
}
</style>