Shades of Bermuda #7CDEBD
Tints of Bermuda #7CDEBD
RGB
CMYK
RGB Variations
Color information
#7CDEBD (or 0x7CDEBD) is known color: Bermuda. HEX triplet: 7C, DE and BD. RGB value is (124,222,189). Sum of RGB (Red+Green+Blue) = 124+222+189=535 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.18% from 535); Green value is 222 (87.11% from 255 or 41.50% from 535); Blue value is 189 (74.22% from 255 or 35.33% from 535); Max value from RGB is 222 - color contains mainly: green. Hex color #7CDEBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CDEBD is #832142. Grayscale: #BCBCBC. Windows color (decimal): -8593731 or 12443260. OLE color: 12443260.
HSL color Cylindrical-coordinate representation of color #7CDEBD: hue angle of 159.8º 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 #7CDEBD is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 222 | 189 | - |
| CMYK | 0.44 | 0 | 0.15 | 0.13 |
| HSL | 159.8º | 0.6% | 0.68% | - |
| HSV(B) | 159.8º | 0.44% | 0.87% | - |
| XYZ | 43.62 | 60.2 | 57.47 | - |
| YUV | 188.94 | 128.03 | 81.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 222 | 189 | 0.44 | 0 | 0.15 | 0.13 | 159.8 | 0.6 | 0.68 |
| Hex | 7C | DE | BD | 2C | 0 | F | D | A0 | 3C | 44 |
| Octal | 174 | 336 | 275 | 54 | 0 | 17 | 15 | 240 | 74 | 104 |
| Binary | 1111100 | 11011110 | 10111101 | 101100 | 0 | 1111 | 1101 | 10100000 | 111100 | 1000100 |
Color Harmonies of #7CDEBD
Complementary color
Monochromatic Colors of #7CDEBD
Black with #7CDEBD
Text Example
Text Example
White with #7CDEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDEBD; }
p { color: rgb(124,222,189); }
H1.HeaderClassName
{
color: #7CDEBD;
}
.AnyTagClassName
{
color: #7CDEBD;
}
</style>
background-color css
<style>
a { background-color: #7CDEBD; }
a { background-color: rgb(124,222,189); }
div.DivClassName
{
background-color: #7CDEBD;
}
.BgClassName
{
background-color: #7CDEBD;
}
</style>
border-color css
<style>
span { border-color: #7CDEBD; }
span { border-color: rgb(124,222,189); }
td.TdClassName
{
border-color: #7CDEBD;
}
.TagClassName
{
border-color: #7CDEBD;
}
</style>