Shades of Bermuda #7ECDCA
Tints of Bermuda #7ECDCA
RGB
CMYK
RGB Variations
Color information
#7ECDCA (or 0x7ECDCA) is known color: Bermuda. HEX triplet: 7E, CD and CA. RGB value is (126,205,202). Sum of RGB (Red+Green+Blue) = 126+205+202=533 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.64% from 533); Green value is 205 (80.47% from 255 or 38.46% from 533); Blue value is 202 (79.30% from 255 or 37.90% from 533); Max value from RGB is 205 - color contains mainly: green. Hex color #7ECDCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECDCA is #813235. Grayscale: #B4B4B4. Windows color (decimal): -8466998 or 13290878. OLE color: 13290878.
HSL color Cylindrical-coordinate representation of color #7ECDCA: hue angle of 177.72º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7ECDCA is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 126 | 205 | 202 | - |
| CMYK | 0.39 | 0 | 0.01 | 0.20 |
| HSL | 177.72º | 0.44% | 0.65% | - |
| HSV(B) | 177.72º | 0.39% | 0.8% | - |
| XYZ | 41.1 | 52.36 | 63.82 | - |
| YUV | 181.04 | 139.83 | 88.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 205 | 202 | 0.39 | 0 | 0.01 | 0.20 | 177.72 | 0.44 | 0.65 |
| Hex | 7E | CD | CA | 27 | 0 | 1 | 14 | B2 | 2C | 41 |
| Octal | 176 | 315 | 312 | 47 | 0 | 1 | 24 | 262 | 54 | 101 |
| Binary | 1111110 | 11001101 | 11001010 | 100111 | 0 | 1 | 10100 | 10110010 | 101100 | 1000001 |
Color Harmonies of #7ECDCA
Complementary color
Monochromatic Colors of #7ECDCA
Black with #7ECDCA
Text Example
Text Example
White with #7ECDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECDCA; }
p { color: rgb(126,205,202); }
H1.HeaderClassName
{
color: #7ECDCA;
}
.AnyTagClassName
{
color: #7ECDCA;
}
</style>
background-color css
<style>
a { background-color: #7ECDCA; }
a { background-color: rgb(126,205,202); }
div.DivClassName
{
background-color: #7ECDCA;
}
.BgClassName
{
background-color: #7ECDCA;
}
</style>
border-color css
<style>
span { border-color: #7ECDCA; }
span { border-color: rgb(126,205,202); }
td.TdClassName
{
border-color: #7ECDCA;
}
.TagClassName
{
border-color: #7ECDCA;
}
</style>