Shades of Bermuda #7CCCC0
Tints of Bermuda #7CCCC0
RGB
CMYK
RGB Variations
Color information
#7CCCC0 (or 0x7CCCC0) is known color: Bermuda. HEX triplet: 7C, CC and C0. RGB value is (124,204,192). Sum of RGB (Red+Green+Blue) = 124+204+192=520 (68% of max value = 765). Red value is 124 (48.83% from 255 or 23.85% from 520); Green value is 204 (80.08% from 255 or 39.23% from 520); Blue value is 192 (75.39% from 255 or 36.92% from 520); Max value from RGB is 204 - color contains mainly: green. Hex color #7CCCC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCCC0 is #83333F. Grayscale: #B2B2B2. Windows color (decimal): -8598336 or 12635260. OLE color: 12635260.
HSL color Cylindrical-coordinate representation of color #7CCCC0: hue angle of 171º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7CCCC0 is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 124 | 204 | 192 | - |
| CMYK | 0.39 | 0 | 0.06 | 0.2 |
| HSL | 171º | 0.44% | 0.64% | - |
| HSV(B) | 171º | 0.39% | 0.8% | - |
| XYZ | 39.42 | 51.28 | 57.69 | - |
| YUV | 178.71 | 135.5 | 88.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 204 | 192 | 0.39 | 0 | 0.06 | 0.2 | 171 | 0.44 | 0.64 |
| Hex | 7C | CC | C0 | 27 | 0 | 6 | 14 | AB | 2C | 40 |
| Octal | 174 | 314 | 300 | 47 | 0 | 6 | 24 | 253 | 54 | 100 |
| Binary | 1111100 | 11001100 | 11000000 | 100111 | 0 | 110 | 10100 | 10101011 | 101100 | 1000000 |
Color Harmonies of #7CCCC0
Complementary color
Monochromatic Colors of #7CCCC0
Black with #7CCCC0
Text Example
Text Example
White with #7CCCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCCC0; }
p { color: rgb(124,204,192); }
H1.HeaderClassName
{
color: #7CCCC0;
}
.AnyTagClassName
{
color: #7CCCC0;
}
</style>
background-color css
<style>
a { background-color: #7CCCC0; }
a { background-color: rgb(124,204,192); }
div.DivClassName
{
background-color: #7CCCC0;
}
.BgClassName
{
background-color: #7CCCC0;
}
</style>
border-color css
<style>
span { border-color: #7CCCC0; }
span { border-color: rgb(124,204,192); }
td.TdClassName
{
border-color: #7CCCC0;
}
.TagClassName
{
border-color: #7CCCC0;
}
</style>