Shades of Bermuda #7DCBC0
Tints of Bermuda #7DCBC0
RGB
CMYK
RGB Variations
Color information
#7DCBC0 (or 0x7DCBC0) is known color: Bermuda. HEX triplet: 7D, CB and C0. RGB value is (125,203,192). Sum of RGB (Red+Green+Blue) = 125+203+192=520 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.04% from 520); Green value is 203 (79.69% from 255 or 39.04% from 520); Blue value is 192 (75.39% from 255 or 36.92% from 520); Max value from RGB is 203 - color contains mainly: green. Hex color #7DCBC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCBC0 is #82343F. Grayscale: #B2B2B2. Windows color (decimal): -8533056 or 12635005. OLE color: 12635005.
HSL color Cylindrical-coordinate representation of color #7DCBC0: hue angle of 171.54º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DCBC0 is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 203 | 192 | - |
| CMYK | 0.38 | 0 | 0.05 | 0.20 |
| HSL | 171.54º | 0.43% | 0.64% | - |
| HSV(B) | 171.54º | 0.38% | 0.8% | - |
| XYZ | 39.33 | 50.88 | 57.62 | - |
| YUV | 178.42 | 135.66 | 89.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 203 | 192 | 0.38 | 0 | 0.05 | 0.20 | 171.54 | 0.43 | 0.64 |
| Hex | 7D | CB | C0 | 26 | 0 | 5 | 14 | AC | 2B | 40 |
| Octal | 175 | 313 | 300 | 46 | 0 | 5 | 24 | 254 | 53 | 100 |
| Binary | 1111101 | 11001011 | 11000000 | 100110 | 0 | 101 | 10100 | 10101100 | 101011 | 1000000 |
Color Harmonies of #7DCBC0
Complementary color
Monochromatic Colors of #7DCBC0
Black with #7DCBC0
Text Example
Text Example
White with #7DCBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCBC0; }
p { color: rgb(125,203,192); }
H1.HeaderClassName
{
color: #7DCBC0;
}
.AnyTagClassName
{
color: #7DCBC0;
}
</style>
background-color css
<style>
a { background-color: #7DCBC0; }
a { background-color: rgb(125,203,192); }
div.DivClassName
{
background-color: #7DCBC0;
}
.BgClassName
{
background-color: #7DCBC0;
}
</style>
border-color css
<style>
span { border-color: #7DCBC0; }
span { border-color: rgb(125,203,192); }
td.TdClassName
{
border-color: #7DCBC0;
}
.TagClassName
{
border-color: #7DCBC0;
}
</style>