Shades of Bermuda #7FDFBD
Tints of Bermuda #7FDFBD
RGB
CMYK
RGB Variations
Color information
#7FDFBD (or 0x7FDFBD) is known color: Bermuda. HEX triplet: 7F, DF and BD. RGB value is (127,223,189). Sum of RGB (Red+Green+Blue) = 127+223+189=539 (71% of max value = 765). Red value is 127 (50% from 255 or 23.56% from 539); Green value is 223 (87.5% from 255 or 41.37% from 539); Blue value is 189 (74.22% from 255 or 35.06% from 539); Max value from RGB is 223 - color contains mainly: green. Hex color #7FDFBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDFBD is #802042. Grayscale: #BEBEBE. Windows color (decimal): -8396867 or 12443519. OLE color: 12443519.
HSL color Cylindrical-coordinate representation of color #7FDFBD: hue angle of 158.75º 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 #7FDFBD is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 223 | 189 | - |
| CMYK | 0.43 | 0 | 0.15 | 0.13 |
| HSL | 158.75º | 0.6% | 0.69% | - |
| HSV(B) | 158.75º | 0.43% | 0.87% | - |
| XYZ | 44.33 | 60.96 | 57.57 | - |
| YUV | 190.42 | 127.2 | 82.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 223 | 189 | 0.43 | 0 | 0.15 | 0.13 | 158.75 | 0.6 | 0.69 |
| Hex | 7F | DF | BD | 2B | 0 | F | D | 9F | 3C | 45 |
| Octal | 177 | 337 | 275 | 53 | 0 | 17 | 15 | 237 | 74 | 105 |
| Binary | 1111111 | 11011111 | 10111101 | 101011 | 0 | 1111 | 1101 | 10011111 | 111100 | 1000101 |
Color Harmonies of #7FDFBD
Complementary color
Monochromatic Colors of #7FDFBD
Black with #7FDFBD
Text Example
Text Example
White with #7FDFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDFBD; }
p { color: rgb(127,223,189); }
H1.HeaderClassName
{
color: #7FDFBD;
}
.AnyTagClassName
{
color: #7FDFBD;
}
</style>
background-color css
<style>
a { background-color: #7FDFBD; }
a { background-color: rgb(127,223,189); }
div.DivClassName
{
background-color: #7FDFBD;
}
.BgClassName
{
background-color: #7FDFBD;
}
</style>
border-color css
<style>
span { border-color: #7FDFBD; }
span { border-color: rgb(127,223,189); }
td.TdClassName
{
border-color: #7FDFBD;
}
.TagClassName
{
border-color: #7FDFBD;
}
</style>