Shades of Bermuda #7CCFBC
Tints of Bermuda #7CCFBC
RGB
CMYK
RGB Variations
Color information
#7CCFBC (or 0x7CCFBC) is known color: Bermuda. HEX triplet: 7C, CF and BC. RGB value is (124,207,188). Sum of RGB (Red+Green+Blue) = 124+207+188=519 (68% of max value = 765). Red value is 124 (48.83% from 255 or 23.89% from 519); Green value is 207 (81.25% from 255 or 39.88% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 207 - color contains mainly: green. Hex color #7CCFBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCFBC is #833043. Grayscale: #B4B4B4. Windows color (decimal): -8597572 or 12373884. OLE color: 12373884.
HSL color Cylindrical-coordinate representation of color #7CCFBC: hue angle of 166.27º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7CCFBC is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 207 | 188 | - |
| CMYK | 0.40 | 0 | 0.09 | 0.19 |
| HSL | 166.27º | 0.46% | 0.65% | - |
| HSV(B) | 166.27º | 0.4% | 0.81% | - |
| XYZ | 39.7 | 52.54 | 55.63 | - |
| YUV | 180.02 | 132.5 | 88.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 207 | 188 | 0.40 | 0 | 0.09 | 0.19 | 166.27 | 0.46 | 0.65 |
| Hex | 7C | CF | BC | 28 | 0 | 9 | 13 | A6 | 2E | 41 |
| Octal | 174 | 317 | 274 | 50 | 0 | 11 | 23 | 246 | 56 | 101 |
| Binary | 1111100 | 11001111 | 10111100 | 101000 | 0 | 1001 | 10011 | 10100110 | 101110 | 1000001 |
Color Harmonies of #7CCFBC
Complementary color
Monochromatic Colors of #7CCFBC
Black with #7CCFBC
Text Example
Text Example
White with #7CCFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCFBC; }
p { color: rgb(124,207,188); }
H1.HeaderClassName
{
color: #7CCFBC;
}
.AnyTagClassName
{
color: #7CCFBC;
}
</style>
background-color css
<style>
a { background-color: #7CCFBC; }
a { background-color: rgb(124,207,188); }
div.DivClassName
{
background-color: #7CCFBC;
}
.BgClassName
{
background-color: #7CCFBC;
}
</style>
border-color css
<style>
span { border-color: #7CCFBC; }
span { border-color: rgb(124,207,188); }
td.TdClassName
{
border-color: #7CCFBC;
}
.TagClassName
{
border-color: #7CCFBC;
}
</style>