Shades of Bermuda #7CCBC0
Tints of Bermuda #7CCBC0
RGB
CMYK
RGB Variations
Color information
#7CCBC0 (or 0x7CCBC0) is known color: Bermuda. HEX triplet: 7C, CB and C0. RGB value is (124,203,192). Sum of RGB (Red+Green+Blue) = 124+203+192=519 (68% of max value = 765). Red value is 124 (48.83% from 255 or 23.89% from 519); Green value is 203 (79.69% from 255 or 39.11% from 519); Blue value is 192 (75.39% from 255 or 36.99% from 519); Max value from RGB is 203 - color contains mainly: green. Hex color #7CCBC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCBC0 is #83343F. Grayscale: #B2B2B2. Windows color (decimal): -8598592 or 12635004. OLE color: 12635004.
HSL color Cylindrical-coordinate representation of color #7CCBC0: hue angle of 171.65º degrees, saturation: 0.43, 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 #7CCBC0 is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 203 | 192 | - |
| CMYK | 0.39 | 0 | 0.05 | 0.20 |
| HSL | 171.65º | 0.43% | 0.64% | - |
| HSV(B) | 171.65º | 0.39% | 0.8% | - |
| XYZ | 39.18 | 50.8 | 57.61 | - |
| YUV | 178.13 | 135.83 | 89.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 203 | 192 | 0.39 | 0 | 0.05 | 0.20 | 171.65 | 0.43 | 0.64 |
| Hex | 7C | CB | C0 | 27 | 0 | 5 | 14 | AC | 2B | 40 |
| Octal | 174 | 313 | 300 | 47 | 0 | 5 | 24 | 254 | 53 | 100 |
| Binary | 1111100 | 11001011 | 11000000 | 100111 | 0 | 101 | 10100 | 10101100 | 101011 | 1000000 |
Color Harmonies of #7CCBC0
Complementary color
Monochromatic Colors of #7CCBC0
Black with #7CCBC0
Text Example
Text Example
White with #7CCBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCBC0; }
p { color: rgb(124,203,192); }
H1.HeaderClassName
{
color: #7CCBC0;
}
.AnyTagClassName
{
color: #7CCBC0;
}
</style>
background-color css
<style>
a { background-color: #7CCBC0; }
a { background-color: rgb(124,203,192); }
div.DivClassName
{
background-color: #7CCBC0;
}
.BgClassName
{
background-color: #7CCBC0;
}
</style>
border-color css
<style>
span { border-color: #7CCBC0; }
span { border-color: rgb(124,203,192); }
td.TdClassName
{
border-color: #7CCBC0;
}
.TagClassName
{
border-color: #7CCBC0;
}
</style>