Shades of Bermuda #7CDEBC
Tints of Bermuda #7CDEBC
RGB
CMYK
RGB Variations
Color information
#7CDEBC (or 0x7CDEBC) is known color: Bermuda. HEX triplet: 7C, DE and BC. RGB value is (124,222,188). Sum of RGB (Red+Green+Blue) = 124+222+188=534 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.22% from 534); Green value is 222 (87.11% from 255 or 41.57% from 534); Blue value is 188 (73.83% from 255 or 35.21% from 534); Max value from RGB is 222 - color contains mainly: green. Hex color #7CDEBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CDEBC is #832143. Grayscale: #BCBCBC. Windows color (decimal): -8593732 or 12377724. OLE color: 12377724.
HSL color Cylindrical-coordinate representation of color #7CDEBC: hue angle of 159.18º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CDEBC is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 222 | 188 | - |
| CMYK | 0.44 | 0 | 0.15 | 0.13 |
| HSL | 159.18º | 0.6% | 0.68% | - |
| HSV(B) | 159.18º | 0.44% | 0.87% | - |
| XYZ | 43.51 | 60.16 | 56.9 | - |
| YUV | 188.82 | 127.53 | 81.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 222 | 188 | 0.44 | 0 | 0.15 | 0.13 | 159.18 | 0.6 | 0.68 |
| Hex | 7C | DE | BC | 2C | 0 | F | D | 9F | 3C | 44 |
| Octal | 174 | 336 | 274 | 54 | 0 | 17 | 15 | 237 | 74 | 104 |
| Binary | 1111100 | 11011110 | 10111100 | 101100 | 0 | 1111 | 1101 | 10011111 | 111100 | 1000100 |
Color Harmonies of #7CDEBC
Complementary color
Monochromatic Colors of #7CDEBC
Black with #7CDEBC
Text Example
Text Example
White with #7CDEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDEBC; }
p { color: rgb(124,222,188); }
H1.HeaderClassName
{
color: #7CDEBC;
}
.AnyTagClassName
{
color: #7CDEBC;
}
</style>
background-color css
<style>
a { background-color: #7CDEBC; }
a { background-color: rgb(124,222,188); }
div.DivClassName
{
background-color: #7CDEBC;
}
.BgClassName
{
background-color: #7CDEBC;
}
</style>
border-color css
<style>
span { border-color: #7CDEBC; }
span { border-color: rgb(124,222,188); }
td.TdClassName
{
border-color: #7CDEBC;
}
.TagClassName
{
border-color: #7CDEBC;
}
</style>