Shades of Bermuda #7DCAC0
Tints of Bermuda #7DCAC0
RGB
CMYK
RGB Variations
Color information
#7DCAC0 (or 0x7DCAC0) is known color: Bermuda. HEX triplet: 7D, CA and C0. RGB value is (125,202,192). Sum of RGB (Red+Green+Blue) = 125+202+192=519 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.08% from 519); Green value is 202 (79.30% from 255 or 38.92% from 519); Blue value is 192 (75.39% from 255 or 36.99% from 519); Max value from RGB is 202 - color contains mainly: green. Hex color #7DCAC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCAC0 is #82353F. Grayscale: #B1B1B1. Windows color (decimal): -8533312 or 12634749. OLE color: 12634749.
HSL color Cylindrical-coordinate representation of color #7DCAC0: hue angle of 172.21º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DCAC0 is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 125 | 202 | 192 | - |
| CMYK | 0.38 | 0 | 0.05 | 0.21 |
| HSL | 172.21º | 0.42% | 0.64% | - |
| HSV(B) | 172.21º | 0.38% | 0.79% | - |
| XYZ | 39.09 | 50.41 | 57.54 | - |
| YUV | 177.84 | 135.99 | 90.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 202 | 192 | 0.38 | 0 | 0.05 | 0.21 | 172.21 | 0.42 | 0.64 |
| Hex | 7D | CA | C0 | 26 | 0 | 5 | 15 | AC | 2A | 40 |
| Octal | 175 | 312 | 300 | 46 | 0 | 5 | 25 | 254 | 52 | 100 |
| Binary | 1111101 | 11001010 | 11000000 | 100110 | 0 | 101 | 10101 | 10101100 | 101010 | 1000000 |
Color Harmonies of #7DCAC0
Complementary color
Monochromatic Colors of #7DCAC0
Black with #7DCAC0
Text Example
Text Example
White with #7DCAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCAC0; }
p { color: rgb(125,202,192); }
H1.HeaderClassName
{
color: #7DCAC0;
}
.AnyTagClassName
{
color: #7DCAC0;
}
</style>
background-color css
<style>
a { background-color: #7DCAC0; }
a { background-color: rgb(125,202,192); }
div.DivClassName
{
background-color: #7DCAC0;
}
.BgClassName
{
background-color: #7DCAC0;
}
</style>
border-color css
<style>
span { border-color: #7DCAC0; }
span { border-color: rgb(125,202,192); }
td.TdClassName
{
border-color: #7DCAC0;
}
.TagClassName
{
border-color: #7DCAC0;
}
</style>