Shades of Bermuda #88C4BF
Tints of Bermuda #88C4BF
RGB
CMYK
RGB Variations
Color information
#88C4BF (or 0x88C4BF) is known color: Bermuda. HEX triplet: 88, C4 and BF. RGB value is (136,196,191). Sum of RGB (Red+Green+Blue) = 136+196+191=523 (69% of max value = 765). Red value is 136 (53.52% from 255 or 26.00% from 523); Green value is 196 (76.95% from 255 or 37.48% from 523); Blue value is 191 (75% from 255 or 36.52% from 523); Max value from RGB is 196 - color contains mainly: green. Hex color #88C4BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88C4BF is #773B40. Grayscale: #B1B1B1. Windows color (decimal): -7813953 or 12567688. OLE color: 12567688.
HSL color Cylindrical-coordinate representation of color #88C4BF: hue angle of 175º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #88C4BF is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 136 | 196 | 191 | - |
| CMYK | 0.31 | 0 | 0.03 | 0.23 |
| HSL | 175º | 0.34% | 0.65% | - |
| HSV(B) | 175º | 0.31% | 0.77% | - |
| XYZ | 39.3 | 48.48 | 56.58 | - |
| YUV | 177.49 | 135.62 | 98.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 196 | 191 | 0.31 | 0 | 0.03 | 0.23 | 175 | 0.34 | 0.65 |
| Hex | 88 | C4 | BF | 1F | 0 | 3 | 17 | AF | 22 | 41 |
| Octal | 210 | 304 | 277 | 37 | 0 | 3 | 27 | 257 | 42 | 101 |
| Binary | 10001000 | 11000100 | 10111111 | 11111 | 0 | 11 | 10111 | 10101111 | 100010 | 1000001 |
Color Harmonies of #88C4BF
Complementary color
Monochromatic Colors of #88C4BF
Black with #88C4BF
Text Example
Text Example
White with #88C4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88C4BF; }
p { color: rgb(136,196,191); }
H1.HeaderClassName
{
color: #88C4BF;
}
.AnyTagClassName
{
color: #88C4BF;
}
</style>
background-color css
<style>
a { background-color: #88C4BF; }
a { background-color: rgb(136,196,191); }
div.DivClassName
{
background-color: #88C4BF;
}
.BgClassName
{
background-color: #88C4BF;
}
</style>
border-color css
<style>
span { border-color: #88C4BF; }
span { border-color: rgb(136,196,191); }
td.TdClassName
{
border-color: #88C4BF;
}
.TagClassName
{
border-color: #88C4BF;
}
</style>