Shades of Bermuda #7FC9BF
Tints of Bermuda #7FC9BF
RGB
CMYK
RGB Variations
Color information
#7FC9BF (or 0x7FC9BF) is known color: Bermuda. HEX triplet: 7F, C9 and BF. RGB value is (127,201,191). Sum of RGB (Red+Green+Blue) = 127+201+191=519 (68% of max value = 765). Red value is 127 (50% from 255 or 24.47% from 519); Green value is 201 (78.91% from 255 or 38.73% from 519); Blue value is 191 (75% from 255 or 36.80% from 519); Max value from RGB is 201 - color contains mainly: green. Hex color #7FC9BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FC9BF is #803640. Grayscale: #B1B1B1. Windows color (decimal): -8402497 or 12568959. OLE color: 12568959.
HSL color Cylindrical-coordinate representation of color #7FC9BF: hue angle of 171.89º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7FC9BF is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 127 | 201 | 191 | - |
| CMYK | 0.37 | 0 | 0.05 | 0.21 |
| HSL | 171.89º | 0.41% | 0.64% | - |
| HSV(B) | 171.89º | 0.37% | 0.79% | - |
| XYZ | 39.04 | 50.05 | 56.89 | - |
| YUV | 177.73 | 135.48 | 91.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 201 | 191 | 0.37 | 0 | 0.05 | 0.21 | 171.89 | 0.41 | 0.64 |
| Hex | 7F | C9 | BF | 25 | 0 | 5 | 15 | AC | 29 | 40 |
| Octal | 177 | 311 | 277 | 45 | 0 | 5 | 25 | 254 | 51 | 100 |
| Binary | 1111111 | 11001001 | 10111111 | 100101 | 0 | 101 | 10101 | 10101100 | 101001 | 1000000 |
Color Harmonies of #7FC9BF
Complementary color
Monochromatic Colors of #7FC9BF
Black with #7FC9BF
Text Example
Text Example
White with #7FC9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC9BF; }
p { color: rgb(127,201,191); }
H1.HeaderClassName
{
color: #7FC9BF;
}
.AnyTagClassName
{
color: #7FC9BF;
}
</style>
background-color css
<style>
a { background-color: #7FC9BF; }
a { background-color: rgb(127,201,191); }
div.DivClassName
{
background-color: #7FC9BF;
}
.BgClassName
{
background-color: #7FC9BF;
}
</style>
border-color css
<style>
span { border-color: #7FC9BF; }
span { border-color: rgb(127,201,191); }
td.TdClassName
{
border-color: #7FC9BF;
}
.TagClassName
{
border-color: #7FC9BF;
}
</style>