Shades of Bermuda #7FDFB9
Tints of Bermuda #7FDFB9
RGB
CMYK
RGB Variations
Color information
#7FDFB9 (or 0x7FDFB9) is known color: Bermuda. HEX triplet: 7F, DF and B9. RGB value is (127,223,185). Sum of RGB (Red+Green+Blue) = 127+223+185=535 (70% of max value = 765). Red value is 127 (50% from 255 or 23.74% from 535); Green value is 223 (87.5% from 255 or 41.68% from 535); Blue value is 185 (72.66% from 255 or 34.58% from 535); Max value from RGB is 223 - color contains mainly: green. Hex color #7FDFB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDFB9 is #802046. Grayscale: #BEBEBE. Windows color (decimal): -8396871 or 12181375. OLE color: 12181375.
HSL color Cylindrical-coordinate representation of color #7FDFB9: hue angle of 156.25º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FDFB9 is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 223 | 185 | - |
| CMYK | 0.43 | 0 | 0.17 | 0.13 |
| HSL | 156.25º | 0.6% | 0.69% | - |
| HSV(B) | 156.25º | 0.43% | 0.87% | - |
| XYZ | 43.9 | 60.79 | 55.32 | - |
| YUV | 189.96 | 125.2 | 83.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 223 | 185 | 0.43 | 0 | 0.17 | 0.13 | 156.25 | 0.6 | 0.69 |
| Hex | 7F | DF | B9 | 2B | 0 | 11 | D | 9C | 3C | 45 |
| Octal | 177 | 337 | 271 | 53 | 0 | 21 | 15 | 234 | 74 | 105 |
| Binary | 1111111 | 11011111 | 10111001 | 101011 | 0 | 10001 | 1101 | 10011100 | 111100 | 1000101 |
Color Harmonies of #7FDFB9
Complementary color
Monochromatic Colors of #7FDFB9
Black with #7FDFB9
Text Example
Text Example
White with #7FDFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDFB9; }
p { color: rgb(127,223,185); }
H1.HeaderClassName
{
color: #7FDFB9;
}
.AnyTagClassName
{
color: #7FDFB9;
}
</style>
background-color css
<style>
a { background-color: #7FDFB9; }
a { background-color: rgb(127,223,185); }
div.DivClassName
{
background-color: #7FDFB9;
}
.BgClassName
{
background-color: #7FDFB9;
}
</style>
border-color css
<style>
span { border-color: #7FDFB9; }
span { border-color: rgb(127,223,185); }
td.TdClassName
{
border-color: #7FDFB9;
}
.TagClassName
{
border-color: #7FDFB9;
}
</style>