Shades of Bermuda #88CDC6
Tints of Bermuda #88CDC6
RGB
CMYK
RGB Variations
Color information
#88CDC6 (or 0x88CDC6) is known color: Bermuda. HEX triplet: 88, CD and C6. RGB value is (136,205,198). Sum of RGB (Red+Green+Blue) = 136+205+198=539 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.23% from 539); Green value is 205 (80.47% from 255 or 38.03% from 539); Blue value is 198 (77.73% from 255 or 36.73% from 539); Max value from RGB is 205 - color contains mainly: green. Hex color #88CDC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CDC6 is #773239. Grayscale: #B7B7B7. Windows color (decimal): -7811642 or 13028744. OLE color: 13028744.
HSL color Cylindrical-coordinate representation of color #88CDC6: hue angle of 173.91º 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 #88CDC6 is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 205 | 198 | - |
| CMYK | 0.34 | 0 | 0.03 | 0.20 |
| HSL | 173.91º | 0.41% | 0.67% | - |
| HSV(B) | 173.91º | 0.34% | 0.8% | - |
| XYZ | 42.18 | 52.97 | 61.43 | - |
| YUV | 183.57 | 136.14 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 205 | 198 | 0.34 | 0 | 0.03 | 0.20 | 173.91 | 0.41 | 0.67 |
| Hex | 88 | CD | C6 | 22 | 0 | 3 | 14 | AE | 29 | 43 |
| Octal | 210 | 315 | 306 | 42 | 0 | 3 | 24 | 256 | 51 | 103 |
| Binary | 10001000 | 11001101 | 11000110 | 100010 | 0 | 11 | 10100 | 10101110 | 101001 | 1000011 |
Color Harmonies of #88CDC6
Complementary color
Monochromatic Colors of #88CDC6
Black with #88CDC6
Text Example
Text Example
White with #88CDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CDC6; }
p { color: rgb(136,205,198); }
H1.HeaderClassName
{
color: #88CDC6;
}
.AnyTagClassName
{
color: #88CDC6;
}
</style>
background-color css
<style>
a { background-color: #88CDC6; }
a { background-color: rgb(136,205,198); }
div.DivClassName
{
background-color: #88CDC6;
}
.BgClassName
{
background-color: #88CDC6;
}
</style>
border-color css
<style>
span { border-color: #88CDC6; }
span { border-color: rgb(136,205,198); }
td.TdClassName
{
border-color: #88CDC6;
}
.TagClassName
{
border-color: #88CDC6;
}
</style>