Shades of Bermuda #7ED2C5
Tints of Bermuda #7ED2C5
RGB
CMYK
RGB Variations
Color information
#7ED2C5 (or 0x7ED2C5) is known color: Bermuda. HEX triplet: 7E, D2 and C5. RGB value is (126,210,197). Sum of RGB (Red+Green+Blue) = 126+210+197=533 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.64% from 533); Green value is 210 (82.42% from 255 or 39.40% from 533); Blue value is 197 (77.34% from 255 or 36.96% from 533); Max value from RGB is 210 - color contains mainly: green. Hex color #7ED2C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ED2C5 is #812D3A. Grayscale: #B7B7B7. Windows color (decimal): -8465723 or 12964478. OLE color: 12964478.
HSL color Cylindrical-coordinate representation of color #7ED2C5: hue angle of 170.71º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ED2C5 is Cyan = 0.4, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 126 | 210 | 197 | - |
| CMYK | 0.4 | 0 | 0.06 | 0.18 |
| HSL | 170.71º | 0.48% | 0.66% | - |
| HSV(B) | 170.71º | 0.4% | 0.82% | - |
| XYZ | 41.73 | 54.56 | 61.16 | - |
| YUV | 183.4 | 135.67 | 87.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 210 | 197 | 0.4 | 0 | 0.06 | 0.18 | 170.71 | 0.48 | 0.66 |
| Hex | 7E | D2 | C5 | 28 | 0 | 6 | 12 | AB | 30 | 42 |
| Octal | 176 | 322 | 305 | 50 | 0 | 6 | 22 | 253 | 60 | 102 |
| Binary | 1111110 | 11010010 | 11000101 | 101000 | 0 | 110 | 10010 | 10101011 | 110000 | 1000010 |
Color Harmonies of #7ED2C5
Complementary color
Monochromatic Colors of #7ED2C5
Black with #7ED2C5
Text Example
Text Example
White with #7ED2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED2C5; }
p { color: rgb(126,210,197); }
H1.HeaderClassName
{
color: #7ED2C5;
}
.AnyTagClassName
{
color: #7ED2C5;
}
</style>
background-color css
<style>
a { background-color: #7ED2C5; }
a { background-color: rgb(126,210,197); }
div.DivClassName
{
background-color: #7ED2C5;
}
.BgClassName
{
background-color: #7ED2C5;
}
</style>
border-color css
<style>
span { border-color: #7ED2C5; }
span { border-color: rgb(126,210,197); }
td.TdClassName
{
border-color: #7ED2C5;
}
.TagClassName
{
border-color: #7ED2C5;
}
</style>