Shades of Bermuda #7CD3BA
Tints of Bermuda #7CD3BA
RGB
CMYK
RGB Variations
Color information
#7CD3BA (or 0x7CD3BA) is known color: Bermuda. HEX triplet: 7C, D3 and BA. RGB value is (124,211,186). Sum of RGB (Red+Green+Blue) = 124+211+186=521 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.80% from 521); Green value is 211 (82.81% from 255 or 40.50% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 211 - color contains mainly: green. Hex color #7CD3BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CD3BA is #832C45. Grayscale: #B6B6B6. Windows color (decimal): -8596550 or 12243836. OLE color: 12243836.
HSL color Cylindrical-coordinate representation of color #7CD3BA: hue angle of 162.76º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7CD3BA is Cyan = 0.41, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 124 | 211 | 186 | - |
| CMYK | 0.41 | 0 | 0.12 | 0.17 |
| HSL | 162.76º | 0.5% | 0.66% | - |
| HSV(B) | 162.76º | 0.41% | 0.83% | - |
| XYZ | 40.47 | 54.42 | 54.83 | - |
| YUV | 182.14 | 130.18 | 86.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 211 | 186 | 0.41 | 0 | 0.12 | 0.17 | 162.76 | 0.5 | 0.66 |
| Hex | 7C | D3 | BA | 29 | 0 | C | 11 | A3 | 32 | 42 |
| Octal | 174 | 323 | 272 | 51 | 0 | 14 | 21 | 243 | 62 | 102 |
| Binary | 1111100 | 11010011 | 10111010 | 101001 | 0 | 1100 | 10001 | 10100011 | 110010 | 1000010 |
Color Harmonies of #7CD3BA
Complementary color
Monochromatic Colors of #7CD3BA
Black with #7CD3BA
Text Example
Text Example
White with #7CD3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CD3BA; }
p { color: rgb(124,211,186); }
H1.HeaderClassName
{
color: #7CD3BA;
}
.AnyTagClassName
{
color: #7CD3BA;
}
</style>
background-color css
<style>
a { background-color: #7CD3BA; }
a { background-color: rgb(124,211,186); }
div.DivClassName
{
background-color: #7CD3BA;
}
.BgClassName
{
background-color: #7CD3BA;
}
</style>
border-color css
<style>
span { border-color: #7CD3BA; }
span { border-color: rgb(124,211,186); }
td.TdClassName
{
border-color: #7CD3BA;
}
.TagClassName
{
border-color: #7CD3BA;
}
</style>