Shades of Bermuda #8CCEC3
Tints of Bermuda #8CCEC3
RGB
CMYK
RGB Variations
Color information
#8CCEC3 (or 0x8CCEC3) is known color: Bermuda. HEX triplet: 8C, CE and C3. RGB value is (140,206,195). Sum of RGB (Red+Green+Blue) = 140+206+195=541 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.88% from 541); Green value is 206 (80.86% from 255 or 38.08% from 541); Blue value is 195 (76.56% from 255 or 36.04% from 541); Max value from RGB is 206 - color contains mainly: green. Hex color #8CCEC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCEC3 is #73313C. Grayscale: #B8B8B8. Windows color (decimal): -7549245 or 12832396. OLE color: 12832396.
HSL color Cylindrical-coordinate representation of color #8CCEC3: hue angle of 170º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CCEC3 is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 206 | 195 | - |
| CMYK | 0.32 | 0 | 0.05 | 0.19 |
| HSL | 170º | 0.4% | 0.68% | - |
| HSV(B) | 170º | 0.32% | 0.81% | - |
| XYZ | 42.74 | 53.66 | 59.73 | - |
| YUV | 185.01 | 133.63 | 95.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 206 | 195 | 0.32 | 0 | 0.05 | 0.19 | 170 | 0.4 | 0.68 |
| Hex | 8C | CE | C3 | 20 | 0 | 5 | 13 | AA | 28 | 44 |
| Octal | 214 | 316 | 303 | 40 | 0 | 5 | 23 | 252 | 50 | 104 |
| Binary | 10001100 | 11001110 | 11000011 | 100000 | 0 | 101 | 10011 | 10101010 | 101000 | 1000100 |
Color Harmonies of #8CCEC3
Complementary color
Monochromatic Colors of #8CCEC3
Black with #8CCEC3
Text Example
Text Example
White with #8CCEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCEC3; }
p { color: rgb(140,206,195); }
H1.HeaderClassName
{
color: #8CCEC3;
}
.AnyTagClassName
{
color: #8CCEC3;
}
</style>
background-color css
<style>
a { background-color: #8CCEC3; }
a { background-color: rgb(140,206,195); }
div.DivClassName
{
background-color: #8CCEC3;
}
.BgClassName
{
background-color: #8CCEC3;
}
</style>
border-color css
<style>
span { border-color: #8CCEC3; }
span { border-color: rgb(140,206,195); }
td.TdClassName
{
border-color: #8CCEC3;
}
.TagClassName
{
border-color: #8CCEC3;
}
</style>