Shades of Bermuda #7DCAC5
Tints of Bermuda #7DCAC5
RGB
CMYK
RGB Variations
Color information
#7DCAC5 (or 0x7DCAC5) is known color: Bermuda. HEX triplet: 7D, CA and C5. RGB value is (125,202,197). Sum of RGB (Red+Green+Blue) = 125+202+197=524 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.85% from 524); Green value is 202 (79.30% from 255 or 38.55% from 524); Blue value is 197 (77.34% from 255 or 37.60% from 524); Max value from RGB is 202 - color contains mainly: green. Hex color #7DCAC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCAC5 is #82353A. Grayscale: #B2B2B2. Windows color (decimal): -8533307 or 12962429. OLE color: 12962429.
HSL color Cylindrical-coordinate representation of color #7DCAC5: hue angle of 176.1º 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 #7DCAC5 is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 125 | 202 | 197 | - |
| CMYK | 0.38 | 0 | 0.02 | 0.21 |
| HSL | 176.1º | 0.42% | 0.64% | - |
| HSV(B) | 176.1º | 0.38% | 0.79% | - |
| XYZ | 39.66 | 50.63 | 60.51 | - |
| YUV | 178.41 | 138.49 | 89.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 202 | 197 | 0.38 | 0 | 0.02 | 0.21 | 176.1 | 0.42 | 0.64 |
| Hex | 7D | CA | C5 | 26 | 0 | 2 | 15 | B0 | 2A | 40 |
| Octal | 175 | 312 | 305 | 46 | 0 | 2 | 25 | 260 | 52 | 100 |
| Binary | 1111101 | 11001010 | 11000101 | 100110 | 0 | 10 | 10101 | 10110000 | 101010 | 1000000 |
Color Harmonies of #7DCAC5
Complementary color
Monochromatic Colors of #7DCAC5
Black with #7DCAC5
Text Example
Text Example
White with #7DCAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCAC5; }
p { color: rgb(125,202,197); }
H1.HeaderClassName
{
color: #7DCAC5;
}
.AnyTagClassName
{
color: #7DCAC5;
}
</style>
background-color css
<style>
a { background-color: #7DCAC5; }
a { background-color: rgb(125,202,197); }
div.DivClassName
{
background-color: #7DCAC5;
}
.BgClassName
{
background-color: #7DCAC5;
}
</style>
border-color css
<style>
span { border-color: #7DCAC5; }
span { border-color: rgb(125,202,197); }
td.TdClassName
{
border-color: #7DCAC5;
}
.TagClassName
{
border-color: #7DCAC5;
}
</style>