Shades of Bermuda #7CCDC5
Tints of Bermuda #7CCDC5
RGB
CMYK
RGB Variations
Color information
#7CCDC5 (or 0x7CCDC5) is known color: Bermuda. HEX triplet: 7C, CD and C5. RGB value is (124,205,197). Sum of RGB (Red+Green+Blue) = 124+205+197=526 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.57% from 526); Green value is 205 (80.47% from 255 or 38.97% from 526); Blue value is 197 (77.34% from 255 or 37.45% from 526); Max value from RGB is 205 - color contains mainly: green. Hex color #7CCDC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCDC5 is #83323A. Grayscale: #B3B3B3. Windows color (decimal): -8598075 or 12963196. OLE color: 12963196.
HSL color Cylindrical-coordinate representation of color #7CCDC5: hue angle of 174.07º 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 #7CCDC5 is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 205 | 197 | - |
| CMYK | 0.40 | 0 | 0.04 | 0.20 |
| HSL | 174.07º | 0.45% | 0.65% | - |
| HSV(B) | 174.07º | 0.4% | 0.8% | - |
| XYZ | 40.22 | 51.98 | 60.74 | - |
| YUV | 179.87 | 137.66 | 88.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 205 | 197 | 0.40 | 0 | 0.04 | 0.20 | 174.07 | 0.45 | 0.65 |
| Hex | 7C | CD | C5 | 28 | 0 | 4 | 14 | AE | 2D | 41 |
| Octal | 174 | 315 | 305 | 50 | 0 | 4 | 24 | 256 | 55 | 101 |
| Binary | 1111100 | 11001101 | 11000101 | 101000 | 0 | 100 | 10100 | 10101110 | 101101 | 1000001 |
Color Harmonies of #7CCDC5
Complementary color
Monochromatic Colors of #7CCDC5
Black with #7CCDC5
Text Example
Text Example
White with #7CCDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCDC5; }
p { color: rgb(124,205,197); }
H1.HeaderClassName
{
color: #7CCDC5;
}
.AnyTagClassName
{
color: #7CCDC5;
}
</style>
background-color css
<style>
a { background-color: #7CCDC5; }
a { background-color: rgb(124,205,197); }
div.DivClassName
{
background-color: #7CCDC5;
}
.BgClassName
{
background-color: #7CCDC5;
}
</style>
border-color css
<style>
span { border-color: #7CCDC5; }
span { border-color: rgb(124,205,197); }
td.TdClassName
{
border-color: #7CCDC5;
}
.TagClassName
{
border-color: #7CCDC5;
}
</style>