Shades of Bermuda #7FDBC0
Tints of Bermuda #7FDBC0
RGB
CMYK
RGB Variations
Color information
#7FDBC0 (or 0x7FDBC0) is known color: Bermuda. HEX triplet: 7F, DB and C0. RGB value is (127,219,192). Sum of RGB (Red+Green+Blue) = 127+219+192=538 (71% of max value = 765). Red value is 127 (50% from 255 or 23.61% from 538); Green value is 219 (85.94% from 255 or 40.71% from 538); Blue value is 192 (75.39% from 255 or 35.69% from 538); Max value from RGB is 219 - color contains mainly: green. Hex color #7FDBC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDBC0 is #80243F. Grayscale: #BCBCBC. Windows color (decimal): -8397888 or 12639103. OLE color: 12639103.
HSL color Cylindrical-coordinate representation of color #7FDBC0: hue angle of 162.39º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FDBC0 is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 127 | 219 | 192 | - |
| CMYK | 0.42 | 0 | 0.12 | 0.14 |
| HSL | 162.39º | 0.56% | 0.68% | - |
| HSV(B) | 162.39º | 0.42% | 0.86% | - |
| XYZ | 43.6 | 58.98 | 58.96 | - |
| YUV | 188.41 | 130.02 | 84.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 219 | 192 | 0.42 | 0 | 0.12 | 0.14 | 162.39 | 0.56 | 0.68 |
| Hex | 7F | DB | C0 | 2A | 0 | C | E | A2 | 38 | 44 |
| Octal | 177 | 333 | 300 | 52 | 0 | 14 | 16 | 242 | 70 | 104 |
| Binary | 1111111 | 11011011 | 11000000 | 101010 | 0 | 1100 | 1110 | 10100010 | 111000 | 1000100 |
Color Harmonies of #7FDBC0
Complementary color
Monochromatic Colors of #7FDBC0
Black with #7FDBC0
Text Example
Text Example
White with #7FDBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDBC0; }
p { color: rgb(127,219,192); }
H1.HeaderClassName
{
color: #7FDBC0;
}
.AnyTagClassName
{
color: #7FDBC0;
}
</style>
background-color css
<style>
a { background-color: #7FDBC0; }
a { background-color: rgb(127,219,192); }
div.DivClassName
{
background-color: #7FDBC0;
}
.BgClassName
{
background-color: #7FDBC0;
}
</style>
border-color css
<style>
span { border-color: #7FDBC0; }
span { border-color: rgb(127,219,192); }
td.TdClassName
{
border-color: #7FDBC0;
}
.TagClassName
{
border-color: #7FDBC0;
}
</style>