Shades of Bermuda #7FDDC1
Tints of Bermuda #7FDDC1
RGB
CMYK
RGB Variations
Color information
#7FDDC1 (or 0x7FDDC1) is known color: Bermuda. HEX triplet: 7F, DD and C1. RGB value is (127,221,193). Sum of RGB (Red+Green+Blue) = 127+221+193=541 (71% of max value = 765). Red value is 127 (50% from 255 or 23.48% from 541); Green value is 221 (86.72% from 255 or 40.85% from 541); Blue value is 193 (75.78% from 255 or 35.67% from 541); Max value from RGB is 221 - color contains mainly: green. Hex color #7FDDC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FDDC1 is #80223E. Grayscale: #BDBDBD. Windows color (decimal): -8397375 or 12705151. OLE color: 12705151.
HSL color Cylindrical-coordinate representation of color #7FDDC1: hue angle of 162.13º 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 #7FDDC1 is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 127 | 221 | 193 | - |
| CMYK | 0.43 | 0 | 0.13 | 0.13 |
| HSL | 162.13º | 0.58% | 0.68% | - |
| HSV(B) | 162.13º | 0.43% | 0.87% | - |
| XYZ | 44.23 | 60.08 | 59.72 | - |
| YUV | 189.7 | 129.86 | 83.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 221 | 193 | 0.43 | 0 | 0.13 | 0.13 | 162.13 | 0.58 | 0.68 |
| Hex | 7F | DD | C1 | 2B | 0 | D | D | A2 | 3A | 44 |
| Octal | 177 | 335 | 301 | 53 | 0 | 15 | 15 | 242 | 72 | 104 |
| Binary | 1111111 | 11011101 | 11000001 | 101011 | 0 | 1101 | 1101 | 10100010 | 111010 | 1000100 |
Color Harmonies of #7FDDC1
Complementary color
Monochromatic Colors of #7FDDC1
Black with #7FDDC1
Text Example
Text Example
White with #7FDDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FDDC1; }
p { color: rgb(127,221,193); }
H1.HeaderClassName
{
color: #7FDDC1;
}
.AnyTagClassName
{
color: #7FDDC1;
}
</style>
background-color css
<style>
a { background-color: #7FDDC1; }
a { background-color: rgb(127,221,193); }
div.DivClassName
{
background-color: #7FDDC1;
}
.BgClassName
{
background-color: #7FDDC1;
}
</style>
border-color css
<style>
span { border-color: #7FDDC1; }
span { border-color: rgb(127,221,193); }
td.TdClassName
{
border-color: #7FDDC1;
}
.TagClassName
{
border-color: #7FDDC1;
}
</style>