Shades of Bermuda #7CDDB6
Tints of Bermuda #7CDDB6
RGB
CMYK
RGB Variations
Color information
#7CDDB6 (or 0x7CDDB6) is known color: Bermuda. HEX triplet: 7C, DD and B6. RGB value is (124,221,182). Sum of RGB (Red+Green+Blue) = 124+221+182=527 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.53% from 527); Green value is 221 (86.72% from 255 or 41.94% from 527); Blue value is 182 (71.48% from 255 or 34.54% from 527); Max value from RGB is 221 - color contains mainly: green. Hex color #7CDDB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CDDB6 is #832249. Grayscale: #BBBBBB. Windows color (decimal): -8593994 or 11984252. OLE color: 11984252.
HSL color Cylindrical-coordinate representation of color #7CDDB6: hue angle of 155.88º 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 #7CDDB6 is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 221 | 182 | - |
| CMYK | 0.44 | 0 | 0.18 | 0.13 |
| HSL | 155.88º | 0.59% | 0.68% | - |
| HSV(B) | 155.88º | 0.44% | 0.87% | - |
| XYZ | 42.61 | 59.38 | 53.47 | - |
| YUV | 187.55 | 124.86 | 82.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 221 | 182 | 0.44 | 0 | 0.18 | 0.13 | 155.88 | 0.59 | 0.68 |
| Hex | 7C | DD | B6 | 2C | 0 | 12 | D | 9C | 3B | 44 |
| Octal | 174 | 335 | 266 | 54 | 0 | 22 | 15 | 234 | 73 | 104 |
| Binary | 1111100 | 11011101 | 10110110 | 101100 | 0 | 10010 | 1101 | 10011100 | 111011 | 1000100 |
Color Harmonies of #7CDDB6
Complementary color
Monochromatic Colors of #7CDDB6
Black with #7CDDB6
Text Example
Text Example
White with #7CDDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDDB6; }
p { color: rgb(124,221,182); }
H1.HeaderClassName
{
color: #7CDDB6;
}
.AnyTagClassName
{
color: #7CDDB6;
}
</style>
background-color css
<style>
a { background-color: #7CDDB6; }
a { background-color: rgb(124,221,182); }
div.DivClassName
{
background-color: #7CDDB6;
}
.BgClassName
{
background-color: #7CDDB6;
}
</style>
border-color css
<style>
span { border-color: #7CDDB6; }
span { border-color: rgb(124,221,182); }
td.TdClassName
{
border-color: #7CDDB6;
}
.TagClassName
{
border-color: #7CDDB6;
}
</style>