Shades of Bermuda #7CDFBF
Tints of Bermuda #7CDFBF
RGB
CMYK
RGB Variations
Color information
#7CDFBF (or 0x7CDFBF) is known color: Bermuda. HEX triplet: 7C, DF and BF. RGB value is (124,223,191). Sum of RGB (Red+Green+Blue) = 124+223+191=538 (71% of max value = 765). Red value is 124 (48.83% from 255 or 23.05% from 538); Green value is 223 (87.5% from 255 or 41.45% from 538); Blue value is 191 (75% from 255 or 35.50% from 538); Max value from RGB is 223 - color contains mainly: green. Hex color #7CDFBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CDFBF is #832040. Grayscale: #BDBDBD. Windows color (decimal): -8593473 or 12574588. OLE color: 12574588.
HSL color Cylindrical-coordinate representation of color #7CDFBF: hue angle of 160.61º degrees, saturation: 0.61, 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 #7CDFBF is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 223 | 191 | - |
| CMYK | 0.44 | 0 | 0.14 | 0.13 |
| HSL | 160.61º | 0.61% | 0.68% | - |
| HSV(B) | 160.61º | 0.44% | 0.87% | - |
| XYZ | 44.1 | 60.82 | 58.71 | - |
| YUV | 189.75 | 128.7 | 81.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 223 | 191 | 0.44 | 0 | 0.14 | 0.13 | 160.61 | 0.61 | 0.68 |
| Hex | 7C | DF | BF | 2C | 0 | E | D | A1 | 3D | 44 |
| Octal | 174 | 337 | 277 | 54 | 0 | 16 | 15 | 241 | 75 | 104 |
| Binary | 1111100 | 11011111 | 10111111 | 101100 | 0 | 1110 | 1101 | 10100001 | 111101 | 1000100 |
Color Harmonies of #7CDFBF
Complementary color
Monochromatic Colors of #7CDFBF
Black with #7CDFBF
Text Example
Text Example
White with #7CDFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDFBF; }
p { color: rgb(124,223,191); }
H1.HeaderClassName
{
color: #7CDFBF;
}
.AnyTagClassName
{
color: #7CDFBF;
}
</style>
background-color css
<style>
a { background-color: #7CDFBF; }
a { background-color: rgb(124,223,191); }
div.DivClassName
{
background-color: #7CDFBF;
}
.BgClassName
{
background-color: #7CDFBF;
}
</style>
border-color css
<style>
span { border-color: #7CDFBF; }
span { border-color: rgb(124,223,191); }
td.TdClassName
{
border-color: #7CDFBF;
}
.TagClassName
{
border-color: #7CDFBF;
}
</style>