Shades of Bermuda #88CCC6
Tints of Bermuda #88CCC6
RGB
CMYK
RGB Variations
Color information
#88CCC6 (or 0x88CCC6) is known color: Bermuda. HEX triplet: 88, CC and C6. RGB value is (136,204,198). Sum of RGB (Red+Green+Blue) = 136+204+198=538 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.28% from 538); Green value is 204 (80.08% from 255 or 37.92% from 538); Blue value is 198 (77.73% from 255 or 36.80% from 538); Max value from RGB is 204 - color contains mainly: green. Hex color #88CCC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CCC6 is #773339. Grayscale: #B6B6B6. Windows color (decimal): -7811898 or 13028488. OLE color: 13028488.
HSL color Cylindrical-coordinate representation of color #88CCC6: hue angle of 174.71º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #88CCC6 is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 136 | 204 | 198 | - |
| CMYK | 0.33 | 0 | 0.03 | 0.2 |
| HSL | 174.71º | 0.4% | 0.67% | - |
| HSV(B) | 174.71º | 0.33% | 0.8% | - |
| XYZ | 41.94 | 52.5 | 61.35 | - |
| YUV | 182.98 | 136.47 | 94.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 204 | 198 | 0.33 | 0 | 0.03 | 0.2 | 174.71 | 0.4 | 0.67 |
| Hex | 88 | CC | C6 | 21 | 0 | 3 | 14 | AF | 28 | 43 |
| Octal | 210 | 314 | 306 | 41 | 0 | 3 | 24 | 257 | 50 | 103 |
| Binary | 10001000 | 11001100 | 11000110 | 100001 | 0 | 11 | 10100 | 10101111 | 101000 | 1000011 |
Color Harmonies of #88CCC6
Complementary color
Monochromatic Colors of #88CCC6
Black with #88CCC6
Text Example
Text Example
White with #88CCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88CCC6; }
p { color: rgb(136,204,198); }
H1.HeaderClassName
{
color: #88CCC6;
}
.AnyTagClassName
{
color: #88CCC6;
}
</style>
background-color css
<style>
a { background-color: #88CCC6; }
a { background-color: rgb(136,204,198); }
div.DivClassName
{
background-color: #88CCC6;
}
.BgClassName
{
background-color: #88CCC6;
}
</style>
border-color css
<style>
span { border-color: #88CCC6; }
span { border-color: rgb(136,204,198); }
td.TdClassName
{
border-color: #88CCC6;
}
.TagClassName
{
border-color: #88CCC6;
}
</style>