Shades of Bermuda #7FC9BE
Tints of Bermuda #7FC9BE
RGB
CMYK
RGB Variations
Color information
#7FC9BE (or 0x7FC9BE) is known color: Bermuda. HEX triplet: 7F, C9 and BE. RGB value is (127,201,190). Sum of RGB (Red+Green+Blue) = 127+201+190=518 (68% of max value = 765). Red value is 127 (50% from 255 or 24.52% from 518); Green value is 201 (78.91% from 255 or 38.80% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 201 - color contains mainly: green. Hex color #7FC9BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FC9BE is #803641. Grayscale: #B1B1B1. Windows color (decimal): -8402498 or 12503423. OLE color: 12503423.
HSL color Cylindrical-coordinate representation of color #7FC9BE: hue angle of 171.08º 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 #7FC9BE is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 127 | 201 | 190 | - |
| CMYK | 0.37 | 0 | 0.05 | 0.21 |
| HSL | 171.08º | 0.41% | 0.64% | - |
| HSV(B) | 171.08º | 0.37% | 0.79% | - |
| XYZ | 38.93 | 50 | 56.31 | - |
| YUV | 177.62 | 134.98 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 201 | 190 | 0.37 | 0 | 0.05 | 0.21 | 171.08 | 0.41 | 0.64 |
| Hex | 7F | C9 | BE | 25 | 0 | 5 | 15 | AB | 29 | 40 |
| Octal | 177 | 311 | 276 | 45 | 0 | 5 | 25 | 253 | 51 | 100 |
| Binary | 1111111 | 11001001 | 10111110 | 100101 | 0 | 101 | 10101 | 10101011 | 101001 | 1000000 |
Color Harmonies of #7FC9BE
Complementary color
Monochromatic Colors of #7FC9BE
Black with #7FC9BE
Text Example
Text Example
White with #7FC9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC9BE; }
p { color: rgb(127,201,190); }
H1.HeaderClassName
{
color: #7FC9BE;
}
.AnyTagClassName
{
color: #7FC9BE;
}
</style>
background-color css
<style>
a { background-color: #7FC9BE; }
a { background-color: rgb(127,201,190); }
div.DivClassName
{
background-color: #7FC9BE;
}
.BgClassName
{
background-color: #7FC9BE;
}
</style>
border-color css
<style>
span { border-color: #7FC9BE; }
span { border-color: rgb(127,201,190); }
td.TdClassName
{
border-color: #7FC9BE;
}
.TagClassName
{
border-color: #7FC9BE;
}
</style>