Shades of Bermuda #88CDC5
Tints of Bermuda #88CDC5
RGB
CMYK
RGB Variations
Color information
#88CDC5 (or 0x88CDC5) is known color: Bermuda. HEX triplet: 88, CD and C5. RGB value is (136,205,197). Sum of RGB (Red+Green+Blue) = 136+205+197=538 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.28% from 538); Green value is 205 (80.47% from 255 or 38.10% from 538); Blue value is 197 (77.34% from 255 or 36.62% from 538); Max value from RGB is 205 - color contains mainly: green. Hex color #88CDC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CDC5 is #77323A. Grayscale: #B7B7B7. Windows color (decimal): -7811643 or 12963208. OLE color: 12963208.
HSL color Cylindrical-coordinate representation of color #88CDC5: hue angle of 173.04º 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 #88CDC5 is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 205 | 197 | - |
| CMYK | 0.34 | 0 | 0.04 | 0.20 |
| HSL | 173.04º | 0.41% | 0.67% | - |
| HSV(B) | 173.04º | 0.34% | 0.8% | - |
| XYZ | 42.06 | 52.93 | 60.82 | - |
| YUV | 183.46 | 135.64 | 94.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 205 | 197 | 0.34 | 0 | 0.04 | 0.20 | 173.04 | 0.41 | 0.67 |
| Hex | 88 | CD | C5 | 22 | 0 | 4 | 14 | AD | 29 | 43 |
| Octal | 210 | 315 | 305 | 42 | 0 | 4 | 24 | 255 | 51 | 103 |
| Binary | 10001000 | 11001101 | 11000101 | 100010 | 0 | 100 | 10100 | 10101101 | 101001 | 1000011 |
Color Harmonies of #88CDC5
Complementary color
Monochromatic Colors of #88CDC5
Black with #88CDC5
Text Example
Text Example
White with #88CDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CDC5; }
p { color: rgb(136,205,197); }
H1.HeaderClassName
{
color: #88CDC5;
}
.AnyTagClassName
{
color: #88CDC5;
}
</style>
background-color css
<style>
a { background-color: #88CDC5; }
a { background-color: rgb(136,205,197); }
div.DivClassName
{
background-color: #88CDC5;
}
.BgClassName
{
background-color: #88CDC5;
}
</style>
border-color css
<style>
span { border-color: #88CDC5; }
span { border-color: rgb(136,205,197); }
td.TdClassName
{
border-color: #88CDC5;
}
.TagClassName
{
border-color: #88CDC5;
}
</style>