Shades of Bermuda #88CFB5
Tints of Bermuda #88CFB5
RGB
CMYK
RGB Variations
Color information
#88CFB5 (or 0x88CFB5) is known color: Bermuda. HEX triplet: 88, CF and B5. RGB value is (136,207,181). Sum of RGB (Red+Green+Blue) = 136+207+181=524 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.95% from 524); Green value is 207 (81.25% from 255 or 39.50% from 524); Blue value is 181 (71.09% from 255 or 34.54% from 524); Max value from RGB is 207 - color contains mainly: green. Hex color #88CFB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CFB5 is #77304A. Grayscale: #B6B6B6. Windows color (decimal): -7811147 or 11915144. OLE color: 11915144.
HSL color Cylindrical-coordinate representation of color #88CFB5: hue angle of 158.03º 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 #88CFB5 is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 207 | 181 | - |
| CMYK | 0.34 | 0 | 0.13 | 0.19 |
| HSL | 158.03º | 0.43% | 0.67% | - |
| HSV(B) | 158.03º | 0.34% | 0.81% | - |
| XYZ | 40.81 | 53.2 | 51.83 | - |
| YUV | 182.81 | 126.98 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 207 | 181 | 0.34 | 0 | 0.13 | 0.19 | 158.03 | 0.43 | 0.67 |
| Hex | 88 | CF | B5 | 22 | 0 | D | 13 | 9E | 2B | 43 |
| Octal | 210 | 317 | 265 | 42 | 0 | 15 | 23 | 236 | 53 | 103 |
| Binary | 10001000 | 11001111 | 10110101 | 100010 | 0 | 1101 | 10011 | 10011110 | 101011 | 1000011 |
Color Harmonies of #88CFB5
Complementary color
Monochromatic Colors of #88CFB5
Black with #88CFB5
Text Example
Text Example
White with #88CFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CFB5; }
p { color: rgb(136,207,181); }
H1.HeaderClassName
{
color: #88CFB5;
}
.AnyTagClassName
{
color: #88CFB5;
}
</style>
background-color css
<style>
a { background-color: #88CFB5; }
a { background-color: rgb(136,207,181); }
div.DivClassName
{
background-color: #88CFB5;
}
.BgClassName
{
background-color: #88CFB5;
}
</style>
border-color css
<style>
span { border-color: #88CFB5; }
span { border-color: rgb(136,207,181); }
td.TdClassName
{
border-color: #88CFB5;
}
.TagClassName
{
border-color: #88CFB5;
}
</style>