Shades of Bermuda #7FDDBD
Tints of Bermuda #7FDDBD
RGB
CMYK
RGB Variations
Color information
#7FDDBD (or 0x7FDDBD) is known color: Bermuda. HEX triplet: 7F, DD and BD. RGB value is (127,221,189). Sum of RGB (Red+Green+Blue) = 127+221+189=537 (71% of max value = 765). Red value is 127 (50% from 255 or 23.65% from 537); Green value is 221 (86.72% from 255 or 41.15% from 537); Blue value is 189 (74.22% from 255 or 35.20% from 537); Max value from RGB is 221 - color contains mainly: green. Hex color #7FDDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDDBD is #802242. Grayscale: #BDBDBD. Windows color (decimal): -8397379 or 12443007. OLE color: 12443007.
HSL color Cylindrical-coordinate representation of color #7FDDBD: hue angle of 159.57º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FDDBD is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 221 | 189 | - |
| CMYK | 0.43 | 0 | 0.14 | 0.13 |
| HSL | 159.57º | 0.58% | 0.68% | - |
| HSV(B) | 159.57º | 0.43% | 0.87% | - |
| XYZ | 43.79 | 59.9 | 57.4 | - |
| YUV | 189.25 | 127.86 | 83.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 221 | 189 | 0.43 | 0 | 0.14 | 0.13 | 159.57 | 0.58 | 0.68 |
| Hex | 7F | DD | BD | 2B | 0 | E | D | A0 | 3A | 44 |
| Octal | 177 | 335 | 275 | 53 | 0 | 16 | 15 | 240 | 72 | 104 |
| Binary | 1111111 | 11011101 | 10111101 | 101011 | 0 | 1110 | 1101 | 10100000 | 111010 | 1000100 |
Color Harmonies of #7FDDBD
Complementary color
Monochromatic Colors of #7FDDBD
Black with #7FDDBD
Text Example
Text Example
White with #7FDDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDDBD; }
p { color: rgb(127,221,189); }
H1.HeaderClassName
{
color: #7FDDBD;
}
.AnyTagClassName
{
color: #7FDDBD;
}
</style>
background-color css
<style>
a { background-color: #7FDDBD; }
a { background-color: rgb(127,221,189); }
div.DivClassName
{
background-color: #7FDDBD;
}
.BgClassName
{
background-color: #7FDDBD;
}
</style>
border-color css
<style>
span { border-color: #7FDDBD; }
span { border-color: rgb(127,221,189); }
td.TdClassName
{
border-color: #7FDDBD;
}
.TagClassName
{
border-color: #7FDDBD;
}
</style>