Shades of Bermuda #7FCDBB
Tints of Bermuda #7FCDBB
RGB
CMYK
RGB Variations
Color information
#7FCDBB (or 0x7FCDBB) is known color: Bermuda. HEX triplet: 7F, CD and BB. RGB value is (127,205,187). Sum of RGB (Red+Green+Blue) = 127+205+187=519 (68% of max value = 765). Red value is 127 (50% from 255 or 24.47% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 205 - color contains mainly: green. Hex color #7FCDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCDBB is #803244. Grayscale: #B3B3B3. Windows color (decimal): -8401477 or 12307839. OLE color: 12307839.
HSL color Cylindrical-coordinate representation of color #7FCDBB: hue angle of 166.15º 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 #7FCDBB is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 205 | 187 | - |
| CMYK | 0.38 | 0 | 0.09 | 0.20 |
| HSL | 166.15º | 0.44% | 0.65% | - |
| HSV(B) | 166.15º | 0.38% | 0.8% | - |
| XYZ | 39.55 | 51.76 | 54.92 | - |
| YUV | 179.63 | 132.16 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 205 | 187 | 0.38 | 0 | 0.09 | 0.20 | 166.15 | 0.44 | 0.65 |
| Hex | 7F | CD | BB | 26 | 0 | 9 | 14 | A6 | 2C | 41 |
| Octal | 177 | 315 | 273 | 46 | 0 | 11 | 24 | 246 | 54 | 101 |
| Binary | 1111111 | 11001101 | 10111011 | 100110 | 0 | 1001 | 10100 | 10100110 | 101100 | 1000001 |
Color Harmonies of #7FCDBB
Complementary color
Monochromatic Colors of #7FCDBB
Black with #7FCDBB
Text Example
Text Example
White with #7FCDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCDBB; }
p { color: rgb(127,205,187); }
H1.HeaderClassName
{
color: #7FCDBB;
}
.AnyTagClassName
{
color: #7FCDBB;
}
</style>
background-color css
<style>
a { background-color: #7FCDBB; }
a { background-color: rgb(127,205,187); }
div.DivClassName
{
background-color: #7FCDBB;
}
.BgClassName
{
background-color: #7FCDBB;
}
</style>
border-color css
<style>
span { border-color: #7FCDBB; }
span { border-color: rgb(127,205,187); }
td.TdClassName
{
border-color: #7FCDBB;
}
.TagClassName
{
border-color: #7FCDBB;
}
</style>