Shades of Bermuda #7ED0C7
Tints of Bermuda #7ED0C7
RGB
CMYK
RGB Variations
Color information
#7ED0C7 (or 0x7ED0C7) is known color: Bermuda. HEX triplet: 7E, D0 and C7. RGB value is (126,208,199). Sum of RGB (Red+Green+Blue) = 126+208+199=533 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.64% from 533); Green value is 208 (81.64% from 255 or 39.02% from 533); Blue value is 199 (78.12% from 255 or 37.34% from 533); Max value from RGB is 208 - color contains mainly: green. Hex color #7ED0C7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ED0C7 is #812F38. Grayscale: #B6B6B6. Windows color (decimal): -8466233 or 13095038. OLE color: 13095038.
HSL color Cylindrical-coordinate representation of color #7ED0C7: hue angle of 173.41º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7ED0C7 is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 126 | 208 | 199 | - |
| CMYK | 0.39 | 0 | 0.04 | 0.18 |
| HSL | 173.41º | 0.47% | 0.65% | - |
| HSV(B) | 173.41º | 0.39% | 0.82% | - |
| XYZ | 41.47 | 53.67 | 62.21 | - |
| YUV | 182.46 | 137.33 | 87.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 208 | 199 | 0.39 | 0 | 0.04 | 0.18 | 173.41 | 0.47 | 0.65 |
| Hex | 7E | D0 | C7 | 27 | 0 | 4 | 12 | AD | 2F | 41 |
| Octal | 176 | 320 | 307 | 47 | 0 | 4 | 22 | 255 | 57 | 101 |
| Binary | 1111110 | 11010000 | 11000111 | 100111 | 0 | 100 | 10010 | 10101101 | 101111 | 1000001 |
Color Harmonies of #7ED0C7
Complementary color
Monochromatic Colors of #7ED0C7
Black with #7ED0C7
Text Example
Text Example
White with #7ED0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED0C7; }
p { color: rgb(126,208,199); }
H1.HeaderClassName
{
color: #7ED0C7;
}
.AnyTagClassName
{
color: #7ED0C7;
}
</style>
background-color css
<style>
a { background-color: #7ED0C7; }
a { background-color: rgb(126,208,199); }
div.DivClassName
{
background-color: #7ED0C7;
}
.BgClassName
{
background-color: #7ED0C7;
}
</style>
border-color css
<style>
span { border-color: #7ED0C7; }
span { border-color: rgb(126,208,199); }
td.TdClassName
{
border-color: #7ED0C7;
}
.TagClassName
{
border-color: #7ED0C7;
}
</style>