Shades of Bermuda #7FCDBC
Tints of Bermuda #7FCDBC
RGB
CMYK
RGB Variations
Color information
#7FCDBC (or 0x7FCDBC) is known color: Bermuda. HEX triplet: 7F, CD and BC. RGB value is (127,205,188). Sum of RGB (Red+Green+Blue) = 127+205+188=520 (68% of max value = 765). Red value is 127 (50% from 255 or 24.42% from 520); Green value is 205 (80.47% from 255 or 39.42% from 520); Blue value is 188 (73.83% from 255 or 36.15% from 520); Max value from RGB is 205 - color contains mainly: green. Hex color #7FCDBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCDBC is #803243. Grayscale: #B3B3B3. Windows color (decimal): -8401476 or 12373375. OLE color: 12373375.
HSL color Cylindrical-coordinate representation of color #7FCDBC: hue angle of 166.92º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7FCDBC is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 205 | 188 | - |
| CMYK | 0.38 | 0 | 0.08 | 0.20 |
| HSL | 166.92º | 0.44% | 0.65% | - |
| HSV(B) | 166.92º | 0.38% | 0.8% | - |
| XYZ | 39.66 | 51.81 | 55.49 | - |
| YUV | 179.74 | 132.66 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 205 | 188 | 0.38 | 0 | 0.08 | 0.20 | 166.92 | 0.44 | 0.65 |
| Hex | 7F | CD | BC | 26 | 0 | 8 | 14 | A7 | 2C | 41 |
| Octal | 177 | 315 | 274 | 46 | 0 | 10 | 24 | 247 | 54 | 101 |
| Binary | 1111111 | 11001101 | 10111100 | 100110 | 0 | 1000 | 10100 | 10100111 | 101100 | 1000001 |
Color Harmonies of #7FCDBC
Complementary color
Monochromatic Colors of #7FCDBC
Black with #7FCDBC
Text Example
Text Example
White with #7FCDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCDBC; }
p { color: rgb(127,205,188); }
H1.HeaderClassName
{
color: #7FCDBC;
}
.AnyTagClassName
{
color: #7FCDBC;
}
</style>
background-color css
<style>
a { background-color: #7FCDBC; }
a { background-color: rgb(127,205,188); }
div.DivClassName
{
background-color: #7FCDBC;
}
.BgClassName
{
background-color: #7FCDBC;
}
</style>
border-color css
<style>
span { border-color: #7FCDBC; }
span { border-color: rgb(127,205,188); }
td.TdClassName
{
border-color: #7FCDBC;
}
.TagClassName
{
border-color: #7FCDBC;
}
</style>