Shades of Bermuda #8CCEC1
Tints of Bermuda #8CCEC1
RGB
CMYK
RGB Variations
Color information
#8CCEC1 (or 0x8CCEC1) is known color: Bermuda. HEX triplet: 8C, CE and C1. RGB value is (140,206,193). Sum of RGB (Red+Green+Blue) = 140+206+193=539 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.97% from 539); Green value is 206 (80.86% from 255 or 38.22% from 539); Blue value is 193 (75.78% from 255 or 35.81% from 539); Max value from RGB is 206 - color contains mainly: green. Hex color #8CCEC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CCEC1 is #73313E. Grayscale: #B8B8B8. Windows color (decimal): -7549247 or 12701324. OLE color: 12701324.
HSL color Cylindrical-coordinate representation of color #8CCEC1: hue angle of 168.18º 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 #8CCEC1 is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 140 | 206 | 193 | - |
| CMYK | 0.32 | 0 | 0.06 | 0.19 |
| HSL | 168.18º | 0.4% | 0.68% | - |
| HSV(B) | 168.18º | 0.32% | 0.81% | - |
| XYZ | 42.51 | 53.57 | 58.55 | - |
| YUV | 184.78 | 132.63 | 96.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 206 | 193 | 0.32 | 0 | 0.06 | 0.19 | 168.18 | 0.4 | 0.68 |
| Hex | 8C | CE | C1 | 20 | 0 | 6 | 13 | A8 | 28 | 44 |
| Octal | 214 | 316 | 301 | 40 | 0 | 6 | 23 | 250 | 50 | 104 |
| Binary | 10001100 | 11001110 | 11000001 | 100000 | 0 | 110 | 10011 | 10101000 | 101000 | 1000100 |
Color Harmonies of #8CCEC1
Complementary color
Monochromatic Colors of #8CCEC1
Black with #8CCEC1
Text Example
Text Example
White with #8CCEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCEC1; }
p { color: rgb(140,206,193); }
H1.HeaderClassName
{
color: #8CCEC1;
}
.AnyTagClassName
{
color: #8CCEC1;
}
</style>
background-color css
<style>
a { background-color: #8CCEC1; }
a { background-color: rgb(140,206,193); }
div.DivClassName
{
background-color: #8CCEC1;
}
.BgClassName
{
background-color: #8CCEC1;
}
</style>
border-color css
<style>
span { border-color: #8CCEC1; }
span { border-color: rgb(140,206,193); }
td.TdClassName
{
border-color: #8CCEC1;
}
.TagClassName
{
border-color: #8CCEC1;
}
</style>