Shades of Bermuda #7DD0C1
Tints of Bermuda #7DD0C1
RGB
CMYK
RGB Variations
Color information
#7DD0C1 (or 0x7DD0C1) is known color: Bermuda. HEX triplet: 7D, D0 and C1. RGB value is (125,208,193). Sum of RGB (Red+Green+Blue) = 125+208+193=526 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.76% from 526); Green value is 208 (81.64% from 255 or 39.54% from 526); Blue value is 193 (75.78% from 255 or 36.69% from 526); Max value from RGB is 208 - color contains mainly: green. Hex color #7DD0C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DD0C1 is #822F3E. Grayscale: #B5B5B5. Windows color (decimal): -8531775 or 12701821. OLE color: 12701821.
HSL color Cylindrical-coordinate representation of color #7DD0C1: hue angle of 169.16º degrees, saturation: 0.47, 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 #7DD0C1 is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 125 | 208 | 193 | - |
| CMYK | 0.40 | 0 | 0.07 | 0.18 |
| HSL | 169.16º | 0.47% | 0.65% | - |
| HSV(B) | 169.16º | 0.4% | 0.82% | - |
| XYZ | 40.64 | 53.32 | 58.6 | - |
| YUV | 181.47 | 134.5 | 87.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 208 | 193 | 0.40 | 0 | 0.07 | 0.18 | 169.16 | 0.47 | 0.65 |
| Hex | 7D | D0 | C1 | 28 | 0 | 7 | 12 | A9 | 2F | 41 |
| Octal | 175 | 320 | 301 | 50 | 0 | 7 | 22 | 251 | 57 | 101 |
| Binary | 1111101 | 11010000 | 11000001 | 101000 | 0 | 111 | 10010 | 10101001 | 101111 | 1000001 |
Color Harmonies of #7DD0C1
Complementary color
Monochromatic Colors of #7DD0C1
Black with #7DD0C1
Text Example
Text Example
White with #7DD0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD0C1; }
p { color: rgb(125,208,193); }
H1.HeaderClassName
{
color: #7DD0C1;
}
.AnyTagClassName
{
color: #7DD0C1;
}
</style>
background-color css
<style>
a { background-color: #7DD0C1; }
a { background-color: rgb(125,208,193); }
div.DivClassName
{
background-color: #7DD0C1;
}
.BgClassName
{
background-color: #7DD0C1;
}
</style>
border-color css
<style>
span { border-color: #7DD0C1; }
span { border-color: rgb(125,208,193); }
td.TdClassName
{
border-color: #7DD0C1;
}
.TagClassName
{
border-color: #7DD0C1;
}
</style>