Shades of Bermuda #7CDDBD
Tints of Bermuda #7CDDBD
RGB
CMYK
RGB Variations
Color information
#7CDDBD (or 0x7CDDBD) is known color: Bermuda. HEX triplet: 7C, DD and BD. RGB value is (124,221,189). Sum of RGB (Red+Green+Blue) = 124+221+189=534 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.22% from 534); Green value is 221 (86.72% from 255 or 41.39% from 534); Blue value is 189 (74.22% from 255 or 35.39% from 534); Max value from RGB is 221 - color contains mainly: green. Hex color #7CDDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CDDBD is #832242. Grayscale: #BCBCBC. Windows color (decimal): -8593987 or 12443004. OLE color: 12443004.
HSL color Cylindrical-coordinate representation of color #7CDDBD: hue angle of 160.21º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CDDBD is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 221 | 189 | - |
| CMYK | 0.44 | 0 | 0.14 | 0.13 |
| HSL | 160.21º | 0.59% | 0.68% | - |
| HSV(B) | 160.21º | 0.44% | 0.87% | - |
| XYZ | 43.35 | 59.67 | 57.38 | - |
| YUV | 188.35 | 128.36 | 82.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 221 | 189 | 0.44 | 0 | 0.14 | 0.13 | 160.21 | 0.59 | 0.68 |
| Hex | 7C | DD | BD | 2C | 0 | E | D | A0 | 3B | 44 |
| Octal | 174 | 335 | 275 | 54 | 0 | 16 | 15 | 240 | 73 | 104 |
| Binary | 1111100 | 11011101 | 10111101 | 101100 | 0 | 1110 | 1101 | 10100000 | 111011 | 1000100 |
Color Harmonies of #7CDDBD
Complementary color
Monochromatic Colors of #7CDDBD
Black with #7CDDBD
Text Example
Text Example
White with #7CDDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDDBD; }
p { color: rgb(124,221,189); }
H1.HeaderClassName
{
color: #7CDDBD;
}
.AnyTagClassName
{
color: #7CDDBD;
}
</style>
background-color css
<style>
a { background-color: #7CDDBD; }
a { background-color: rgb(124,221,189); }
div.DivClassName
{
background-color: #7CDDBD;
}
.BgClassName
{
background-color: #7CDDBD;
}
</style>
border-color css
<style>
span { border-color: #7CDDBD; }
span { border-color: rgb(124,221,189); }
td.TdClassName
{
border-color: #7CDDBD;
}
.TagClassName
{
border-color: #7CDDBD;
}
</style>