Shades of Bermuda #7FCFBB
Tints of Bermuda #7FCFBB
RGB
CMYK
RGB Variations
Color information
#7FCFBB (or 0x7FCFBB) is known color: Bermuda. HEX triplet: 7F, CF and BB. RGB value is (127,207,187). Sum of RGB (Red+Green+Blue) = 127+207+187=521 (69% of max value = 765). Red value is 127 (50% from 255 or 24.38% from 521); Green value is 207 (81.25% from 255 or 39.73% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 207 - color contains mainly: green. Hex color #7FCFBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCFBB is #803044. Grayscale: #B4B4B4. Windows color (decimal): -8400965 or 12308351. OLE color: 12308351.
HSL color Cylindrical-coordinate representation of color #7FCFBB: hue angle of 165º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7FCFBB is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 207 | 187 | - |
| CMYK | 0.39 | 0 | 0.10 | 0.19 |
| HSL | 165º | 0.45% | 0.65% | - |
| HSV(B) | 165º | 0.39% | 0.81% | - |
| XYZ | 40.03 | 52.73 | 55.08 | - |
| YUV | 180.8 | 131.5 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 207 | 187 | 0.39 | 0 | 0.10 | 0.19 | 165 | 0.45 | 0.65 |
| Hex | 7F | CF | BB | 27 | 0 | A | 13 | A5 | 2D | 41 |
| Octal | 177 | 317 | 273 | 47 | 0 | 12 | 23 | 245 | 55 | 101 |
| Binary | 1111111 | 11001111 | 10111011 | 100111 | 0 | 1010 | 10011 | 10100101 | 101101 | 1000001 |
Color Harmonies of #7FCFBB
Complementary color
Monochromatic Colors of #7FCFBB
Black with #7FCFBB
Text Example
Text Example
White with #7FCFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCFBB; }
p { color: rgb(127,207,187); }
H1.HeaderClassName
{
color: #7FCFBB;
}
.AnyTagClassName
{
color: #7FCFBB;
}
</style>
background-color css
<style>
a { background-color: #7FCFBB; }
a { background-color: rgb(127,207,187); }
div.DivClassName
{
background-color: #7FCFBB;
}
.BgClassName
{
background-color: #7FCFBB;
}
</style>
border-color css
<style>
span { border-color: #7FCFBB; }
span { border-color: rgb(127,207,187); }
td.TdClassName
{
border-color: #7FCFBB;
}
.TagClassName
{
border-color: #7FCFBB;
}
</style>