Shades of Bermuda #7CDBBC
Tints of Bermuda #7CDBBC
RGB
CMYK
RGB Variations
Color information
#7CDBBC (or 0x7CDBBC) is known color: Bermuda. HEX triplet: 7C, DB and BC. RGB value is (124,219,188). Sum of RGB (Red+Green+Blue) = 124+219+188=531 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.35% from 531); Green value is 219 (85.94% from 255 or 41.24% from 531); Blue value is 188 (73.83% from 255 or 35.40% from 531); Max value from RGB is 219 - color contains mainly: green. Hex color #7CDBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CDBBC is #832443. Grayscale: #BBBBBB. Windows color (decimal): -8594500 or 12376956. OLE color: 12376956.
HSL color Cylindrical-coordinate representation of color #7CDBBC: hue angle of 160.42º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7CDBBC is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 219 | 188 | - |
| CMYK | 0.43 | 0 | 0.14 | 0.14 |
| HSL | 160.42º | 0.57% | 0.67% | - |
| HSV(B) | 160.42º | 0.43% | 0.86% | - |
| XYZ | 42.72 | 58.58 | 56.63 | - |
| YUV | 187.06 | 128.53 | 83.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 219 | 188 | 0.43 | 0 | 0.14 | 0.14 | 160.42 | 0.57 | 0.67 |
| Hex | 7C | DB | BC | 2B | 0 | E | E | A0 | 39 | 43 |
| Octal | 174 | 333 | 274 | 53 | 0 | 16 | 16 | 240 | 71 | 103 |
| Binary | 1111100 | 11011011 | 10111100 | 101011 | 0 | 1110 | 1110 | 10100000 | 111001 | 1000011 |
Color Harmonies of #7CDBBC
Complementary color
Monochromatic Colors of #7CDBBC
Black with #7CDBBC
Text Example
Text Example
White with #7CDBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDBBC; }
p { color: rgb(124,219,188); }
H1.HeaderClassName
{
color: #7CDBBC;
}
.AnyTagClassName
{
color: #7CDBBC;
}
</style>
background-color css
<style>
a { background-color: #7CDBBC; }
a { background-color: rgb(124,219,188); }
div.DivClassName
{
background-color: #7CDBBC;
}
.BgClassName
{
background-color: #7CDBBC;
}
</style>
border-color css
<style>
span { border-color: #7CDBBC; }
span { border-color: rgb(124,219,188); }
td.TdClassName
{
border-color: #7CDBBC;
}
.TagClassName
{
border-color: #7CDBBC;
}
</style>