Shades of Bermuda #7DCBC5
Tints of Bermuda #7DCBC5
RGB
CMYK
RGB Variations
Color information
#7DCBC5 (or 0x7DCBC5) is known color: Bermuda. HEX triplet: 7D, CB and C5. RGB value is (125,203,197). Sum of RGB (Red+Green+Blue) = 125+203+197=525 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.81% from 525); Green value is 203 (79.69% from 255 or 38.67% from 525); Blue value is 197 (77.34% from 255 or 37.52% from 525); Max value from RGB is 203 - color contains mainly: green. Hex color #7DCBC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCBC5 is #82343A. Grayscale: #B2B2B2. Windows color (decimal): -8533051 or 12962685. OLE color: 12962685.
HSL color Cylindrical-coordinate representation of color #7DCBC5: hue angle of 175.38º 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 #7DCBC5 is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 203 | 197 | - |
| CMYK | 0.38 | 0 | 0.03 | 0.20 |
| HSL | 175.38º | 0.43% | 0.64% | - |
| HSV(B) | 175.38º | 0.38% | 0.8% | - |
| XYZ | 39.89 | 51.1 | 60.58 | - |
| YUV | 178.99 | 138.16 | 89.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 203 | 197 | 0.38 | 0 | 0.03 | 0.20 | 175.38 | 0.43 | 0.64 |
| Hex | 7D | CB | C5 | 26 | 0 | 3 | 14 | AF | 2B | 40 |
| Octal | 175 | 313 | 305 | 46 | 0 | 3 | 24 | 257 | 53 | 100 |
| Binary | 1111101 | 11001011 | 11000101 | 100110 | 0 | 11 | 10100 | 10101111 | 101011 | 1000000 |
Color Harmonies of #7DCBC5
Complementary color
Monochromatic Colors of #7DCBC5
Black with #7DCBC5
Text Example
Text Example
White with #7DCBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCBC5; }
p { color: rgb(125,203,197); }
H1.HeaderClassName
{
color: #7DCBC5;
}
.AnyTagClassName
{
color: #7DCBC5;
}
</style>
background-color css
<style>
a { background-color: #7DCBC5; }
a { background-color: rgb(125,203,197); }
div.DivClassName
{
background-color: #7DCBC5;
}
.BgClassName
{
background-color: #7DCBC5;
}
</style>
border-color css
<style>
span { border-color: #7DCBC5; }
span { border-color: rgb(125,203,197); }
td.TdClassName
{
border-color: #7DCBC5;
}
.TagClassName
{
border-color: #7DCBC5;
}
</style>