Shades of Bermuda #88CDB3
Tints of Bermuda #88CDB3
RGB
CMYK
RGB Variations
Color information
#88CDB3 (or 0x88CDB3) is known color: Bermuda. HEX triplet: 88, CD and B3. RGB value is (136,205,179). Sum of RGB (Red+Green+Blue) = 136+205+179=520 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.15% from 520); Green value is 205 (80.47% from 255 or 39.42% from 520); Blue value is 179 (70.31% from 255 or 34.42% from 520); Max value from RGB is 205 - color contains mainly: green. Hex color #88CDB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CDB3 is #77324C. Grayscale: #B5B5B5. Windows color (decimal): -7811661 or 11783560. OLE color: 11783560.
HSL color Cylindrical-coordinate representation of color #88CDB3: hue angle of 157.39º 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 #88CDB3 is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 205 | 179 | - |
| CMYK | 0.34 | 0 | 0.13 | 0.20 |
| HSL | 157.39º | 0.41% | 0.67% | - |
| HSV(B) | 157.39º | 0.34% | 0.8% | - |
| XYZ | 40.12 | 52.15 | 50.6 | - |
| YUV | 181.41 | 126.64 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 205 | 179 | 0.34 | 0 | 0.13 | 0.20 | 157.39 | 0.41 | 0.67 |
| Hex | 88 | CD | B3 | 22 | 0 | D | 14 | 9D | 29 | 43 |
| Octal | 210 | 315 | 263 | 42 | 0 | 15 | 24 | 235 | 51 | 103 |
| Binary | 10001000 | 11001101 | 10110011 | 100010 | 0 | 1101 | 10100 | 10011101 | 101001 | 1000011 |
Color Harmonies of #88CDB3
Complementary color
Monochromatic Colors of #88CDB3
Black with #88CDB3
Text Example
Text Example
White with #88CDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CDB3; }
p { color: rgb(136,205,179); }
H1.HeaderClassName
{
color: #88CDB3;
}
.AnyTagClassName
{
color: #88CDB3;
}
</style>
background-color css
<style>
a { background-color: #88CDB3; }
a { background-color: rgb(136,205,179); }
div.DivClassName
{
background-color: #88CDB3;
}
.BgClassName
{
background-color: #88CDB3;
}
</style>
border-color css
<style>
span { border-color: #88CDB3; }
span { border-color: rgb(136,205,179); }
td.TdClassName
{
border-color: #88CDB3;
}
.TagClassName
{
border-color: #88CDB3;
}
</style>