Shades of Bermuda #7CDEB9
Tints of Bermuda #7CDEB9
RGB
CMYK
RGB Variations
Color information
#7CDEB9 (or 0x7CDEB9) is known color: Bermuda. HEX triplet: 7C, DE and B9. RGB value is (124,222,185). Sum of RGB (Red+Green+Blue) = 124+222+185=531 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.35% from 531); Green value is 222 (87.11% from 255 or 41.81% from 531); Blue value is 185 (72.66% from 255 or 34.84% from 531); Max value from RGB is 222 - color contains mainly: green. Hex color #7CDEB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CDEB9 is #832146. Grayscale: #BCBCBC. Windows color (decimal): -8593735 or 12181116. OLE color: 12181116.
HSL color Cylindrical-coordinate representation of color #7CDEB9: hue angle of 157.35º 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 #7CDEB9 is Cyan = 0.44, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 222 | 185 | - |
| CMYK | 0.44 | 0 | 0.17 | 0.13 |
| HSL | 157.35º | 0.6% | 0.68% | - |
| HSV(B) | 157.35º | 0.44% | 0.87% | - |
| XYZ | 43.19 | 60.03 | 55.21 | - |
| YUV | 188.48 | 126.03 | 82.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 222 | 185 | 0.44 | 0 | 0.17 | 0.13 | 157.35 | 0.6 | 0.68 |
| Hex | 7C | DE | B9 | 2C | 0 | 11 | D | 9D | 3C | 44 |
| Octal | 174 | 336 | 271 | 54 | 0 | 21 | 15 | 235 | 74 | 104 |
| Binary | 1111100 | 11011110 | 10111001 | 101100 | 0 | 10001 | 1101 | 10011101 | 111100 | 1000100 |
Color Harmonies of #7CDEB9
Complementary color
Monochromatic Colors of #7CDEB9
Black with #7CDEB9
Text Example
Text Example
White with #7CDEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDEB9; }
p { color: rgb(124,222,185); }
H1.HeaderClassName
{
color: #7CDEB9;
}
.AnyTagClassName
{
color: #7CDEB9;
}
</style>
background-color css
<style>
a { background-color: #7CDEB9; }
a { background-color: rgb(124,222,185); }
div.DivClassName
{
background-color: #7CDEB9;
}
.BgClassName
{
background-color: #7CDEB9;
}
</style>
border-color css
<style>
span { border-color: #7CDEB9; }
span { border-color: rgb(124,222,185); }
td.TdClassName
{
border-color: #7CDEB9;
}
.TagClassName
{
border-color: #7CDEB9;
}
</style>