Shades of Bermuda #88CFC7
Tints of Bermuda #88CFC7
RGB
CMYK
RGB Variations
Color information
#88CFC7 (or 0x88CFC7) is known color: Bermuda. HEX triplet: 88, CF and C7. RGB value is (136,207,199). Sum of RGB (Red+Green+Blue) = 136+207+199=542 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.09% from 542); Green value is 207 (81.25% from 255 or 38.19% from 542); Blue value is 199 (78.12% from 255 or 36.72% from 542); Max value from RGB is 207 - color contains mainly: green. Hex color #88CFC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CFC7 is #773038. Grayscale: #B8B8B8. Windows color (decimal): -7811129 or 13094792. OLE color: 13094792.
HSL color Cylindrical-coordinate representation of color #88CFC7: hue angle of 173.24º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #88CFC7 is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 207 | 199 | - |
| CMYK | 0.34 | 0 | 0.04 | 0.19 |
| HSL | 173.24º | 0.43% | 0.67% | - |
| HSV(B) | 173.24º | 0.34% | 0.81% | - |
| XYZ | 42.77 | 53.98 | 62.2 | - |
| YUV | 184.86 | 135.98 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 207 | 199 | 0.34 | 0 | 0.04 | 0.19 | 173.24 | 0.43 | 0.67 |
| Hex | 88 | CF | C7 | 22 | 0 | 4 | 13 | AD | 2B | 43 |
| Octal | 210 | 317 | 307 | 42 | 0 | 4 | 23 | 255 | 53 | 103 |
| Binary | 10001000 | 11001111 | 11000111 | 100010 | 0 | 100 | 10011 | 10101101 | 101011 | 1000011 |
Color Harmonies of #88CFC7
Complementary color
Monochromatic Colors of #88CFC7
Black with #88CFC7
Text Example
Text Example
White with #88CFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CFC7; }
p { color: rgb(136,207,199); }
H1.HeaderClassName
{
color: #88CFC7;
}
.AnyTagClassName
{
color: #88CFC7;
}
</style>
background-color css
<style>
a { background-color: #88CFC7; }
a { background-color: rgb(136,207,199); }
div.DivClassName
{
background-color: #88CFC7;
}
.BgClassName
{
background-color: #88CFC7;
}
</style>
border-color css
<style>
span { border-color: #88CFC7; }
span { border-color: rgb(136,207,199); }
td.TdClassName
{
border-color: #88CFC7;
}
.TagClassName
{
border-color: #88CFC7;
}
</style>