Shades of Bermuda #7CCDC8
Tints of Bermuda #7CCDC8
RGB
CMYK
RGB Variations
Color information
#7CCDC8 (or 0x7CCDC8) is known color: Bermuda. HEX triplet: 7C, CD and C8. RGB value is (124,205,200). Sum of RGB (Red+Green+Blue) = 124+205+200=529 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.44% from 529); Green value is 205 (80.47% from 255 or 38.75% from 529); Blue value is 200 (78.52% from 255 or 37.81% from 529); Max value from RGB is 205 - color contains mainly: green. Hex color #7CCDC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCDC8 is #833237. Grayscale: #B4B4B4. Windows color (decimal): -8598072 or 13159804. OLE color: 13159804.
HSL color Cylindrical-coordinate representation of color #7CCDC8: hue angle of 176.3º 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 #7CCDC8 is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 205 | 200 | - |
| CMYK | 0.40 | 0 | 0.02 | 0.20 |
| HSL | 176.3º | 0.45% | 0.65% | - |
| HSV(B) | 176.3º | 0.4% | 0.8% | - |
| XYZ | 40.57 | 52.12 | 62.57 | - |
| YUV | 180.21 | 139.16 | 87.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 205 | 200 | 0.40 | 0 | 0.02 | 0.20 | 176.3 | 0.45 | 0.65 |
| Hex | 7C | CD | C8 | 28 | 0 | 2 | 14 | B0 | 2D | 41 |
| Octal | 174 | 315 | 310 | 50 | 0 | 2 | 24 | 260 | 55 | 101 |
| Binary | 1111100 | 11001101 | 11001000 | 101000 | 0 | 10 | 10100 | 10110000 | 101101 | 1000001 |
Color Harmonies of #7CCDC8
Complementary color
Monochromatic Colors of #7CCDC8
Black with #7CCDC8
Text Example
Text Example
White with #7CCDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCDC8; }
p { color: rgb(124,205,200); }
H1.HeaderClassName
{
color: #7CCDC8;
}
.AnyTagClassName
{
color: #7CCDC8;
}
</style>
background-color css
<style>
a { background-color: #7CCDC8; }
a { background-color: rgb(124,205,200); }
div.DivClassName
{
background-color: #7CCDC8;
}
.BgClassName
{
background-color: #7CCDC8;
}
</style>
border-color css
<style>
span { border-color: #7CCDC8; }
span { border-color: rgb(124,205,200); }
td.TdClassName
{
border-color: #7CCDC8;
}
.TagClassName
{
border-color: #7CCDC8;
}
</style>