Shades of Bermuda #7DCBC1
Tints of Bermuda #7DCBC1
RGB
CMYK
RGB Variations
Color information
#7DCBC1 (or 0x7DCBC1) is known color: Bermuda. HEX triplet: 7D, CB and C1. RGB value is (125,203,193). Sum of RGB (Red+Green+Blue) = 125+203+193=521 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.99% from 521); Green value is 203 (79.69% from 255 or 38.96% from 521); Blue value is 193 (75.78% from 255 or 37.04% from 521); Max value from RGB is 203 - color contains mainly: green. Hex color #7DCBC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCBC1 is #82343E. Grayscale: #B2B2B2. Windows color (decimal): -8533055 or 12700541. OLE color: 12700541.
HSL color Cylindrical-coordinate representation of color #7DCBC1: hue angle of 172.31º 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 #7DCBC1 is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 203 | 193 | - |
| CMYK | 0.38 | 0 | 0.05 | 0.20 |
| HSL | 172.31º | 0.43% | 0.64% | - |
| HSV(B) | 172.31º | 0.38% | 0.8% | - |
| XYZ | 39.44 | 50.92 | 58.2 | - |
| YUV | 178.54 | 136.16 | 89.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 203 | 193 | 0.38 | 0 | 0.05 | 0.20 | 172.31 | 0.43 | 0.64 |
| Hex | 7D | CB | C1 | 26 | 0 | 5 | 14 | AC | 2B | 40 |
| Octal | 175 | 313 | 301 | 46 | 0 | 5 | 24 | 254 | 53 | 100 |
| Binary | 1111101 | 11001011 | 11000001 | 100110 | 0 | 101 | 10100 | 10101100 | 101011 | 1000000 |
Color Harmonies of #7DCBC1
Complementary color
Monochromatic Colors of #7DCBC1
Black with #7DCBC1
Text Example
Text Example
White with #7DCBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCBC1; }
p { color: rgb(125,203,193); }
H1.HeaderClassName
{
color: #7DCBC1;
}
.AnyTagClassName
{
color: #7DCBC1;
}
</style>
background-color css
<style>
a { background-color: #7DCBC1; }
a { background-color: rgb(125,203,193); }
div.DivClassName
{
background-color: #7DCBC1;
}
.BgClassName
{
background-color: #7DCBC1;
}
</style>
border-color css
<style>
span { border-color: #7DCBC1; }
span { border-color: rgb(125,203,193); }
td.TdClassName
{
border-color: #7DCBC1;
}
.TagClassName
{
border-color: #7DCBC1;
}
</style>