Shades of Bermuda #7FDABA
Tints of Bermuda #7FDABA
RGB
CMYK
RGB Variations
Color information
#7FDABA (or 0x7FDABA) is known color: Bermuda. HEX triplet: 7F, DA and BA. RGB value is (127,218,186). Sum of RGB (Red+Green+Blue) = 127+218+186=531 (70% of max value = 765). Red value is 127 (50% from 255 or 23.92% from 531); Green value is 218 (85.55% from 255 or 41.05% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 218 - color contains mainly: green. Hex color #7FDABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDABA is #802545. Grayscale: #BBBBBB. Windows color (decimal): -8398150 or 12245631. OLE color: 12245631.
HSL color Cylindrical-coordinate representation of color #7FDABA: hue angle of 158.9º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FDABA is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 127 | 218 | 186 | - |
| CMYK | 0.42 | 0 | 0.15 | 0.15 |
| HSL | 158.9º | 0.55% | 0.68% | - |
| HSV(B) | 158.9º | 0.42% | 0.85% | - |
| XYZ | 42.69 | 58.2 | 55.44 | - |
| YUV | 187.14 | 127.35 | 85.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 218 | 186 | 0.42 | 0 | 0.15 | 0.15 | 158.9 | 0.55 | 0.68 |
| Hex | 7F | DA | BA | 2A | 0 | F | F | 9F | 37 | 44 |
| Octal | 177 | 332 | 272 | 52 | 0 | 17 | 17 | 237 | 67 | 104 |
| Binary | 1111111 | 11011010 | 10111010 | 101010 | 0 | 1111 | 1111 | 10011111 | 110111 | 1000100 |
Color Harmonies of #7FDABA
Complementary color
Monochromatic Colors of #7FDABA
Black with #7FDABA
Text Example
Text Example
White with #7FDABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDABA; }
p { color: rgb(127,218,186); }
H1.HeaderClassName
{
color: #7FDABA;
}
.AnyTagClassName
{
color: #7FDABA;
}
</style>
background-color css
<style>
a { background-color: #7FDABA; }
a { background-color: rgb(127,218,186); }
div.DivClassName
{
background-color: #7FDABA;
}
.BgClassName
{
background-color: #7FDABA;
}
</style>
border-color css
<style>
span { border-color: #7FDABA; }
span { border-color: rgb(127,218,186); }
td.TdClassName
{
border-color: #7FDABA;
}
.TagClassName
{
border-color: #7FDABA;
}
</style>