Shades of Bermuda #7CCEC6
Tints of Bermuda #7CCEC6
RGB
CMYK
RGB Variations
Color information
#7CCEC6 (or 0x7CCEC6) is known color: Bermuda. HEX triplet: 7C, CE and C6. RGB value is (124,206,198). Sum of RGB (Red+Green+Blue) = 124+206+198=528 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.48% from 528); Green value is 206 (80.86% from 255 or 39.02% from 528); Blue value is 198 (77.73% from 255 or 37.5% from 528); Max value from RGB is 206 - color contains mainly: green. Hex color #7CCEC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCEC6 is #833139. Grayscale: #B4B4B4. Windows color (decimal): -8597818 or 13028988. OLE color: 13028988.
HSL color Cylindrical-coordinate representation of color #7CCEC6: hue angle of 174.15º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7CCEC6 is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 206 | 198 | - |
| CMYK | 0.40 | 0 | 0.04 | 0.19 |
| HSL | 174.15º | 0.46% | 0.65% | - |
| HSV(B) | 174.15º | 0.4% | 0.81% | - |
| XYZ | 40.58 | 52.5 | 61.42 | - |
| YUV | 180.57 | 137.83 | 87.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 206 | 198 | 0.40 | 0 | 0.04 | 0.19 | 174.15 | 0.46 | 0.65 |
| Hex | 7C | CE | C6 | 28 | 0 | 4 | 13 | AE | 2E | 41 |
| Octal | 174 | 316 | 306 | 50 | 0 | 4 | 23 | 256 | 56 | 101 |
| Binary | 1111100 | 11001110 | 11000110 | 101000 | 0 | 100 | 10011 | 10101110 | 101110 | 1000001 |
Color Harmonies of #7CCEC6
Complementary color
Monochromatic Colors of #7CCEC6
Black with #7CCEC6
Text Example
Text Example
White with #7CCEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCEC6; }
p { color: rgb(124,206,198); }
H1.HeaderClassName
{
color: #7CCEC6;
}
.AnyTagClassName
{
color: #7CCEC6;
}
</style>
background-color css
<style>
a { background-color: #7CCEC6; }
a { background-color: rgb(124,206,198); }
div.DivClassName
{
background-color: #7CCEC6;
}
.BgClassName
{
background-color: #7CCEC6;
}
</style>
border-color css
<style>
span { border-color: #7CCEC6; }
span { border-color: rgb(124,206,198); }
td.TdClassName
{
border-color: #7CCEC6;
}
.TagClassName
{
border-color: #7CCEC6;
}
</style>