Shades of Bermuda #7DD1C2
Tints of Bermuda #7DD1C2
RGB
CMYK
RGB Variations
Color information
#7DD1C2 (or 0x7DD1C2) is known color: Bermuda. HEX triplet: 7D, D1 and C2. RGB value is (125,209,194). Sum of RGB (Red+Green+Blue) = 125+209+194=528 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.67% from 528); Green value is 209 (82.03% from 255 or 39.58% from 528); Blue value is 194 (76.17% from 255 or 36.74% from 528); Max value from RGB is 209 - color contains mainly: green. Hex color #7DD1C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DD1C2 is #822E3D. Grayscale: #B6B6B6. Windows color (decimal): -8531518 or 12767613. OLE color: 12767613.
HSL color Cylindrical-coordinate representation of color #7DD1C2: hue angle of 169.29º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DD1C2 is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 125 | 209 | 194 | - |
| CMYK | 0.40 | 0 | 0.07 | 0.18 |
| HSL | 169.29º | 0.48% | 0.65% | - |
| HSV(B) | 169.29º | 0.4% | 0.82% | - |
| XYZ | 41 | 53.86 | 59.27 | - |
| YUV | 182.17 | 134.67 | 87.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 209 | 194 | 0.40 | 0 | 0.07 | 0.18 | 169.29 | 0.48 | 0.65 |
| Hex | 7D | D1 | C2 | 28 | 0 | 7 | 12 | A9 | 30 | 41 |
| Octal | 175 | 321 | 302 | 50 | 0 | 7 | 22 | 251 | 60 | 101 |
| Binary | 1111101 | 11010001 | 11000010 | 101000 | 0 | 111 | 10010 | 10101001 | 110000 | 1000001 |
Color Harmonies of #7DD1C2
Complementary color
Monochromatic Colors of #7DD1C2
Black with #7DD1C2
Text Example
Text Example
White with #7DD1C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD1C2; }
p { color: rgb(125,209,194); }
H1.HeaderClassName
{
color: #7DD1C2;
}
.AnyTagClassName
{
color: #7DD1C2;
}
</style>
background-color css
<style>
a { background-color: #7DD1C2; }
a { background-color: rgb(125,209,194); }
div.DivClassName
{
background-color: #7DD1C2;
}
.BgClassName
{
background-color: #7DD1C2;
}
</style>
border-color css
<style>
span { border-color: #7DD1C2; }
span { border-color: rgb(125,209,194); }
td.TdClassName
{
border-color: #7DD1C2;
}
.TagClassName
{
border-color: #7DD1C2;
}
</style>