Shades of Bermuda #8CC8B8
Tints of Bermuda #8CC8B8
RGB
CMYK
RGB Variations
Color information
#8CC8B8 (or 0x8CC8B8) is known color: Bermuda. HEX triplet: 8C, C8 and B8. RGB value is (140,200,184). Sum of RGB (Red+Green+Blue) = 140+200+184=524 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.72% from 524); Green value is 200 (78.52% from 255 or 38.17% from 524); Blue value is 184 (72.27% from 255 or 35.11% from 524); Max value from RGB is 200 - color contains mainly: green. Hex color #8CC8B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CC8B8 is #733747. Grayscale: #B4B4B4. Windows color (decimal): -7550792 or 12109964. OLE color: 12109964.
HSL color Cylindrical-coordinate representation of color #8CC8B8: hue angle of 164º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8CC8B8 is Cyan = 0.3, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 140 | 200 | 184 | - |
| CMYK | 0.3 | 0 | 0.08 | 0.22 |
| HSL | 164º | 0.35% | 0.67% | - |
| HSV(B) | 164º | 0.3% | 0.78% | - |
| XYZ | 40.12 | 50.34 | 52.95 | - |
| YUV | 180.24 | 130.12 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 200 | 184 | 0.3 | 0 | 0.08 | 0.22 | 164 | 0.35 | 0.67 |
| Hex | 8C | C8 | B8 | 1E | 0 | 8 | 16 | A4 | 23 | 43 |
| Octal | 214 | 310 | 270 | 36 | 0 | 10 | 26 | 244 | 43 | 103 |
| Binary | 10001100 | 11001000 | 10111000 | 11110 | 0 | 1000 | 10110 | 10100100 | 100011 | 1000011 |
Color Harmonies of #8CC8B8
Complementary color
Monochromatic Colors of #8CC8B8
Black with #8CC8B8
Text Example
Text Example
White with #8CC8B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC8B8; }
p { color: rgb(140,200,184); }
H1.HeaderClassName
{
color: #8CC8B8;
}
.AnyTagClassName
{
color: #8CC8B8;
}
</style>
background-color css
<style>
a { background-color: #8CC8B8; }
a { background-color: rgb(140,200,184); }
div.DivClassName
{
background-color: #8CC8B8;
}
.BgClassName
{
background-color: #8CC8B8;
}
</style>
border-color css
<style>
span { border-color: #8CC8B8; }
span { border-color: rgb(140,200,184); }
td.TdClassName
{
border-color: #8CC8B8;
}
.TagClassName
{
border-color: #8CC8B8;
}
</style>