Shades of Bermuda #7DCAC2
Tints of Bermuda #7DCAC2
RGB
CMYK
RGB Variations
Color information
#7DCAC2 (or 0x7DCAC2) is known color: Bermuda. HEX triplet: 7D, CA and C2. RGB value is (125,202,194). Sum of RGB (Red+Green+Blue) = 125+202+194=521 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.99% from 521); Green value is 202 (79.30% from 255 or 38.77% from 521); Blue value is 194 (76.17% from 255 or 37.24% from 521); Max value from RGB is 202 - color contains mainly: green. Hex color #7DCAC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCAC2 is #82353D. Grayscale: #B2B2B2. Windows color (decimal): -8533310 or 12765821. OLE color: 12765821.
HSL color Cylindrical-coordinate representation of color #7DCAC2: hue angle of 173.77º 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 #7DCAC2 is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 125 | 202 | 194 | - |
| CMYK | 0.38 | 0 | 0.04 | 0.21 |
| HSL | 173.77º | 0.42% | 0.64% | - |
| HSV(B) | 173.77º | 0.38% | 0.79% | - |
| XYZ | 39.32 | 50.5 | 58.71 | - |
| YUV | 178.07 | 136.99 | 90.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 202 | 194 | 0.38 | 0 | 0.04 | 0.21 | 173.77 | 0.42 | 0.64 |
| Hex | 7D | CA | C2 | 26 | 0 | 4 | 15 | AE | 2A | 40 |
| Octal | 175 | 312 | 302 | 46 | 0 | 4 | 25 | 256 | 52 | 100 |
| Binary | 1111101 | 11001010 | 11000010 | 100110 | 0 | 100 | 10101 | 10101110 | 101010 | 1000000 |
Color Harmonies of #7DCAC2
Complementary color
Monochromatic Colors of #7DCAC2
Black with #7DCAC2
Text Example
Text Example
White with #7DCAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCAC2; }
p { color: rgb(125,202,194); }
H1.HeaderClassName
{
color: #7DCAC2;
}
.AnyTagClassName
{
color: #7DCAC2;
}
</style>
background-color css
<style>
a { background-color: #7DCAC2; }
a { background-color: rgb(125,202,194); }
div.DivClassName
{
background-color: #7DCAC2;
}
.BgClassName
{
background-color: #7DCAC2;
}
</style>
border-color css
<style>
span { border-color: #7DCAC2; }
span { border-color: rgb(125,202,194); }
td.TdClassName
{
border-color: #7DCAC2;
}
.TagClassName
{
border-color: #7DCAC2;
}
</style>