Shades of Bermuda #7CD7C0
Tints of Bermuda #7CD7C0
RGB
CMYK
RGB Variations
Color information
#7CD7C0 (or 0x7CD7C0) is known color: Bermuda. HEX triplet: 7C, D7 and C0. RGB value is (124,215,192). Sum of RGB (Red+Green+Blue) = 124+215+192=531 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.35% from 531); Green value is 215 (84.38% from 255 or 40.49% from 531); Blue value is 192 (75.39% from 255 or 36.16% from 531); Max value from RGB is 215 - color contains mainly: green. Hex color #7CD7C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CD7C0 is #83283F. Grayscale: #B9B9B9. Windows color (decimal): -8595520 or 12638076. OLE color: 12638076.
HSL color Cylindrical-coordinate representation of color #7CD7C0: hue angle of 164.84º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7CD7C0 is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 124 | 215 | 192 | - |
| CMYK | 0.42 | 0 | 0.11 | 0.16 |
| HSL | 164.84º | 0.53% | 0.66% | - |
| HSV(B) | 164.84º | 0.42% | 0.84% | - |
| XYZ | 42.13 | 56.69 | 58.59 | - |
| YUV | 185.17 | 131.85 | 84.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 215 | 192 | 0.42 | 0 | 0.11 | 0.16 | 164.84 | 0.53 | 0.66 |
| Hex | 7C | D7 | C0 | 2A | 0 | B | 10 | A5 | 35 | 42 |
| Octal | 174 | 327 | 300 | 52 | 0 | 13 | 20 | 245 | 65 | 102 |
| Binary | 1111100 | 11010111 | 11000000 | 101010 | 0 | 1011 | 10000 | 10100101 | 110101 | 1000010 |
Color Harmonies of #7CD7C0
Complementary color
Monochromatic Colors of #7CD7C0
Black with #7CD7C0
Text Example
Text Example
White with #7CD7C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CD7C0; }
p { color: rgb(124,215,192); }
H1.HeaderClassName
{
color: #7CD7C0;
}
.AnyTagClassName
{
color: #7CD7C0;
}
</style>
background-color css
<style>
a { background-color: #7CD7C0; }
a { background-color: rgb(124,215,192); }
div.DivClassName
{
background-color: #7CD7C0;
}
.BgClassName
{
background-color: #7CD7C0;
}
</style>
border-color css
<style>
span { border-color: #7CD7C0; }
span { border-color: rgb(124,215,192); }
td.TdClassName
{
border-color: #7CD7C0;
}
.TagClassName
{
border-color: #7CD7C0;
}
</style>