Shades of Bermuda #7CDDB1
Tints of Bermuda #7CDDB1
RGB
CMYK
RGB Variations
Color information
#7CDDB1 (or 0x7CDDB1) is known color: Bermuda. HEX triplet: 7C, DD and B1. RGB value is (124,221,177). Sum of RGB (Red+Green+Blue) = 124+221+177=522 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.75% from 522); Green value is 221 (86.72% from 255 or 42.34% from 522); Blue value is 177 (69.53% from 255 or 33.91% from 522); Max value from RGB is 221 - color contains mainly: green. Hex color #7CDDB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CDDB1 is #83224E. Grayscale: #BBBBBB. Windows color (decimal): -8593999 or 11656572. OLE color: 11656572.
HSL color Cylindrical-coordinate representation of color #7CDDB1: hue angle of 152.78º 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 #7CDDB1 is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 221 | 177 | - |
| CMYK | 0.44 | 0 | 0.20 | 0.13 |
| HSL | 152.78º | 0.59% | 0.68% | - |
| HSV(B) | 152.78º | 0.44% | 0.87% | - |
| XYZ | 42.1 | 59.17 | 50.8 | - |
| YUV | 186.98 | 122.36 | 83.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 221 | 177 | 0.44 | 0 | 0.20 | 0.13 | 152.78 | 0.59 | 0.68 |
| Hex | 7C | DD | B1 | 2C | 0 | 14 | D | 99 | 3B | 44 |
| Octal | 174 | 335 | 261 | 54 | 0 | 24 | 15 | 231 | 73 | 104 |
| Binary | 1111100 | 11011101 | 10110001 | 101100 | 0 | 10100 | 1101 | 10011001 | 111011 | 1000100 |
Color Harmonies of #7CDDB1
Complementary color
Monochromatic Colors of #7CDDB1
Black with #7CDDB1
Text Example
Text Example
White with #7CDDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDDB1; }
p { color: rgb(124,221,177); }
H1.HeaderClassName
{
color: #7CDDB1;
}
.AnyTagClassName
{
color: #7CDDB1;
}
</style>
background-color css
<style>
a { background-color: #7CDDB1; }
a { background-color: rgb(124,221,177); }
div.DivClassName
{
background-color: #7CDDB1;
}
.BgClassName
{
background-color: #7CDDB1;
}
</style>
border-color css
<style>
span { border-color: #7CDDB1; }
span { border-color: rgb(124,221,177); }
td.TdClassName
{
border-color: #7CDDB1;
}
.TagClassName
{
border-color: #7CDDB1;
}
</style>