Shades of Bermuda #7FDABC
Tints of Bermuda #7FDABC
RGB
CMYK
RGB Variations
Color information
#7FDABC (or 0x7FDABC) is known color: Bermuda. HEX triplet: 7F, DA and BC. RGB value is (127,218,188). Sum of RGB (Red+Green+Blue) = 127+218+188=533 (70% of max value = 765). Red value is 127 (50% from 255 or 23.83% from 533); Green value is 218 (85.55% from 255 or 40.90% from 533); Blue value is 188 (73.83% from 255 or 35.27% from 533); Max value from RGB is 218 - color contains mainly: green. Hex color #7FDABC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDABC is #802543. Grayscale: #BBBBBB. Windows color (decimal): -8398148 or 12376703. OLE color: 12376703.
HSL color Cylindrical-coordinate representation of color #7FDABC: hue angle of 160.22º 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 #7FDABC is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 127 | 218 | 188 | - |
| CMYK | 0.42 | 0 | 0.14 | 0.15 |
| HSL | 160.22º | 0.55% | 0.68% | - |
| HSV(B) | 160.22º | 0.42% | 0.85% | - |
| XYZ | 42.9 | 58.29 | 56.57 | - |
| YUV | 187.37 | 128.35 | 84.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 218 | 188 | 0.42 | 0 | 0.14 | 0.15 | 160.22 | 0.55 | 0.68 |
| Hex | 7F | DA | BC | 2A | 0 | E | F | A0 | 37 | 44 |
| Octal | 177 | 332 | 274 | 52 | 0 | 16 | 17 | 240 | 67 | 104 |
| Binary | 1111111 | 11011010 | 10111100 | 101010 | 0 | 1110 | 1111 | 10100000 | 110111 | 1000100 |
Color Harmonies of #7FDABC
Complementary color
Monochromatic Colors of #7FDABC
Black with #7FDABC
Text Example
Text Example
White with #7FDABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDABC; }
p { color: rgb(127,218,188); }
H1.HeaderClassName
{
color: #7FDABC;
}
.AnyTagClassName
{
color: #7FDABC;
}
</style>
background-color css
<style>
a { background-color: #7FDABC; }
a { background-color: rgb(127,218,188); }
div.DivClassName
{
background-color: #7FDABC;
}
.BgClassName
{
background-color: #7FDABC;
}
</style>
border-color css
<style>
span { border-color: #7FDABC; }
span { border-color: rgb(127,218,188); }
td.TdClassName
{
border-color: #7FDABC;
}
.TagClassName
{
border-color: #7FDABC;
}
</style>