Shades of Bermuda #7DCFBC
Tints of Bermuda #7DCFBC
RGB
CMYK
RGB Variations
Color information
#7DCFBC (or 0x7DCFBC) is known color: Bermuda. HEX triplet: 7D, CF and BC. RGB value is (125,207,188). Sum of RGB (Red+Green+Blue) = 125+207+188=520 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.04% from 520); Green value is 207 (81.25% from 255 or 39.81% from 520); Blue value is 188 (73.83% from 255 or 36.15% from 520); Max value from RGB is 207 - color contains mainly: green. Hex color #7DCFBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCFBC is #823043. Grayscale: #B4B4B4. Windows color (decimal): -8532036 or 12373885. OLE color: 12373885.
HSL color Cylindrical-coordinate representation of color #7DCFBC: hue angle of 166.1º 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 #7DCFBC is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 207 | 188 | - |
| CMYK | 0.40 | 0 | 0.09 | 0.19 |
| HSL | 166.1º | 0.46% | 0.65% | - |
| HSV(B) | 166.1º | 0.4% | 0.81% | - |
| XYZ | 39.85 | 52.62 | 55.63 | - |
| YUV | 180.32 | 132.33 | 88.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 207 | 188 | 0.40 | 0 | 0.09 | 0.19 | 166.1 | 0.46 | 0.65 |
| Hex | 7D | CF | BC | 28 | 0 | 9 | 13 | A6 | 2E | 41 |
| Octal | 175 | 317 | 274 | 50 | 0 | 11 | 23 | 246 | 56 | 101 |
| Binary | 1111101 | 11001111 | 10111100 | 101000 | 0 | 1001 | 10011 | 10100110 | 101110 | 1000001 |
Color Harmonies of #7DCFBC
Complementary color
Monochromatic Colors of #7DCFBC
Black with #7DCFBC
Text Example
Text Example
White with #7DCFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCFBC; }
p { color: rgb(125,207,188); }
H1.HeaderClassName
{
color: #7DCFBC;
}
.AnyTagClassName
{
color: #7DCFBC;
}
</style>
background-color css
<style>
a { background-color: #7DCFBC; }
a { background-color: rgb(125,207,188); }
div.DivClassName
{
background-color: #7DCFBC;
}
.BgClassName
{
background-color: #7DCFBC;
}
</style>
border-color css
<style>
span { border-color: #7DCFBC; }
span { border-color: rgb(125,207,188); }
td.TdClassName
{
border-color: #7DCFBC;
}
.TagClassName
{
border-color: #7DCFBC;
}
</style>