Shades of Bermuda #88CDB8
Tints of Bermuda #88CDB8
RGB
CMYK
RGB Variations
Color information
#88CDB8 (or 0x88CDB8) is known color: Bermuda. HEX triplet: 88, CD and B8. RGB value is (136,205,184). Sum of RGB (Red+Green+Blue) = 136+205+184=525 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.90% from 525); Green value is 205 (80.47% from 255 or 39.05% from 525); Blue value is 184 (72.27% from 255 or 35.05% from 525); Max value from RGB is 205 - color contains mainly: green. Hex color #88CDB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CDB8 is #773247. Grayscale: #B5B5B5. Windows color (decimal): -7811656 or 12111240. OLE color: 12111240.
HSL color Cylindrical-coordinate representation of color #88CDB8: hue angle of 161.74º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #88CDB8 is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 205 | 184 | - |
| CMYK | 0.34 | 0 | 0.10 | 0.20 |
| HSL | 161.74º | 0.41% | 0.67% | - |
| HSV(B) | 161.74º | 0.34% | 0.8% | - |
| XYZ | 40.64 | 52.36 | 53.31 | - |
| YUV | 181.98 | 129.14 | 95.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 205 | 184 | 0.34 | 0 | 0.10 | 0.20 | 161.74 | 0.41 | 0.67 |
| Hex | 88 | CD | B8 | 22 | 0 | A | 14 | A2 | 29 | 43 |
| Octal | 210 | 315 | 270 | 42 | 0 | 12 | 24 | 242 | 51 | 103 |
| Binary | 10001000 | 11001101 | 10111000 | 100010 | 0 | 1010 | 10100 | 10100010 | 101001 | 1000011 |
Color Harmonies of #88CDB8
Complementary color
Monochromatic Colors of #88CDB8
Black with #88CDB8
Text Example
Text Example
White with #88CDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CDB8; }
p { color: rgb(136,205,184); }
H1.HeaderClassName
{
color: #88CDB8;
}
.AnyTagClassName
{
color: #88CDB8;
}
</style>
background-color css
<style>
a { background-color: #88CDB8; }
a { background-color: rgb(136,205,184); }
div.DivClassName
{
background-color: #88CDB8;
}
.BgClassName
{
background-color: #88CDB8;
}
</style>
border-color css
<style>
span { border-color: #88CDB8; }
span { border-color: rgb(136,205,184); }
td.TdClassName
{
border-color: #88CDB8;
}
.TagClassName
{
border-color: #88CDB8;
}
</style>