Shades of Bermuda #7CCDBD
Tints of Bermuda #7CCDBD
RGB
CMYK
RGB Variations
Color information
#7CCDBD (or 0x7CCDBD) is known color: Bermuda. HEX triplet: 7C, CD and BD. RGB value is (124,205,189). Sum of RGB (Red+Green+Blue) = 124+205+189=518 (68% of max value = 765). Red value is 124 (48.83% from 255 or 23.94% from 518); Green value is 205 (80.47% from 255 or 39.58% from 518); Blue value is 189 (74.22% from 255 or 36.49% from 518); Max value from RGB is 205 - color contains mainly: green. Hex color #7CCDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCDBD is #833242. Grayscale: #B2B2B2. Windows color (decimal): -8598083 or 12438908. OLE color: 12438908.
HSL color Cylindrical-coordinate representation of color #7CCDBD: hue angle of 168.15º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7CCDBD is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 205 | 189 | - |
| CMYK | 0.40 | 0 | 0.08 | 0.20 |
| HSL | 168.15º | 0.45% | 0.65% | - |
| HSV(B) | 168.15º | 0.4% | 0.8% | - |
| XYZ | 39.33 | 51.62 | 56.04 | - |
| YUV | 178.96 | 133.66 | 88.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 205 | 189 | 0.40 | 0 | 0.08 | 0.20 | 168.15 | 0.45 | 0.65 |
| Hex | 7C | CD | BD | 28 | 0 | 8 | 14 | A8 | 2D | 41 |
| Octal | 174 | 315 | 275 | 50 | 0 | 10 | 24 | 250 | 55 | 101 |
| Binary | 1111100 | 11001101 | 10111101 | 101000 | 0 | 1000 | 10100 | 10101000 | 101101 | 1000001 |
Color Harmonies of #7CCDBD
Complementary color
Monochromatic Colors of #7CCDBD
Black with #7CCDBD
Text Example
Text Example
White with #7CCDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCDBD; }
p { color: rgb(124,205,189); }
H1.HeaderClassName
{
color: #7CCDBD;
}
.AnyTagClassName
{
color: #7CCDBD;
}
</style>
background-color css
<style>
a { background-color: #7CCDBD; }
a { background-color: rgb(124,205,189); }
div.DivClassName
{
background-color: #7CCDBD;
}
.BgClassName
{
background-color: #7CCDBD;
}
</style>
border-color css
<style>
span { border-color: #7CCDBD; }
span { border-color: rgb(124,205,189); }
td.TdClassName
{
border-color: #7CCDBD;
}
.TagClassName
{
border-color: #7CCDBD;
}
</style>