Shades of Bermuda #7FDDB8
Tints of Bermuda #7FDDB8
RGB
CMYK
RGB Variations
Color information
#7FDDB8 (or 0x7FDDB8) is known color: Bermuda. HEX triplet: 7F, DD and B8. RGB value is (127,221,184). Sum of RGB (Red+Green+Blue) = 127+221+184=532 (70% of max value = 765). Red value is 127 (50% from 255 or 23.87% from 532); Green value is 221 (86.72% from 255 or 41.54% from 532); Blue value is 184 (72.27% from 255 or 34.59% from 532); Max value from RGB is 221 - color contains mainly: green. Hex color #7FDDB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDDB8 is #802247. Grayscale: #BCBCBC. Windows color (decimal): -8397384 or 12115327. OLE color: 12115327.
HSL color Cylindrical-coordinate representation of color #7FDDB8: hue angle of 156.38º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FDDB8 is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 221 | 184 | - |
| CMYK | 0.43 | 0 | 0.17 | 0.13 |
| HSL | 156.38º | 0.58% | 0.68% | - |
| HSV(B) | 156.38º | 0.43% | 0.87% | - |
| XYZ | 43.26 | 59.69 | 54.59 | - |
| YUV | 188.68 | 125.36 | 84.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 221 | 184 | 0.43 | 0 | 0.17 | 0.13 | 156.38 | 0.58 | 0.68 |
| Hex | 7F | DD | B8 | 2B | 0 | 11 | D | 9C | 3A | 44 |
| Octal | 177 | 335 | 270 | 53 | 0 | 21 | 15 | 234 | 72 | 104 |
| Binary | 1111111 | 11011101 | 10111000 | 101011 | 0 | 10001 | 1101 | 10011100 | 111010 | 1000100 |
Color Harmonies of #7FDDB8
Complementary color
Monochromatic Colors of #7FDDB8
Black with #7FDDB8
Text Example
Text Example
White with #7FDDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDDB8; }
p { color: rgb(127,221,184); }
H1.HeaderClassName
{
color: #7FDDB8;
}
.AnyTagClassName
{
color: #7FDDB8;
}
</style>
background-color css
<style>
a { background-color: #7FDDB8; }
a { background-color: rgb(127,221,184); }
div.DivClassName
{
background-color: #7FDDB8;
}
.BgClassName
{
background-color: #7FDDB8;
}
</style>
border-color css
<style>
span { border-color: #7FDDB8; }
span { border-color: rgb(127,221,184); }
td.TdClassName
{
border-color: #7FDDB8;
}
.TagClassName
{
border-color: #7FDDB8;
}
</style>