Shades of Bermuda #7FDAC1
Tints of Bermuda #7FDAC1
RGB
CMYK
RGB Variations
Color information
#7FDAC1 (or 0x7FDAC1) is known color: Bermuda. HEX triplet: 7F, DA and C1. RGB value is (127,218,193). Sum of RGB (Red+Green+Blue) = 127+218+193=538 (71% of max value = 765). Red value is 127 (50% from 255 or 23.61% from 538); Green value is 218 (85.55% from 255 or 40.52% from 538); Blue value is 193 (75.78% from 255 or 35.87% from 538); Max value from RGB is 218 - color contains mainly: green. Hex color #7FDAC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDAC1 is #80253E. Grayscale: #BBBBBB. Windows color (decimal): -8398143 or 12704383. OLE color: 12704383.
HSL color Cylindrical-coordinate representation of color #7FDAC1: hue angle of 163.52º 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 #7FDAC1 is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 127 | 218 | 193 | - |
| CMYK | 0.42 | 0 | 0.11 | 0.15 |
| HSL | 163.52º | 0.55% | 0.68% | - |
| HSV(B) | 163.52º | 0.42% | 0.85% | - |
| XYZ | 43.45 | 58.51 | 59.45 | - |
| YUV | 187.94 | 130.85 | 84.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 218 | 193 | 0.42 | 0 | 0.11 | 0.15 | 163.52 | 0.55 | 0.68 |
| Hex | 7F | DA | C1 | 2A | 0 | B | F | A4 | 37 | 44 |
| Octal | 177 | 332 | 301 | 52 | 0 | 13 | 17 | 244 | 67 | 104 |
| Binary | 1111111 | 11011010 | 11000001 | 101010 | 0 | 1011 | 1111 | 10100100 | 110111 | 1000100 |
Color Harmonies of #7FDAC1
Complementary color
Monochromatic Colors of #7FDAC1
Black with #7FDAC1
Text Example
Text Example
White with #7FDAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDAC1; }
p { color: rgb(127,218,193); }
H1.HeaderClassName
{
color: #7FDAC1;
}
.AnyTagClassName
{
color: #7FDAC1;
}
</style>
background-color css
<style>
a { background-color: #7FDAC1; }
a { background-color: rgb(127,218,193); }
div.DivClassName
{
background-color: #7FDAC1;
}
.BgClassName
{
background-color: #7FDAC1;
}
</style>
border-color css
<style>
span { border-color: #7FDAC1; }
span { border-color: rgb(127,218,193); }
td.TdClassName
{
border-color: #7FDAC1;
}
.TagClassName
{
border-color: #7FDAC1;
}
</style>