Shades of Bermuda #7DDDC2
Tints of Bermuda #7DDDC2
RGB
CMYK
RGB Variations
Color information
#7DDDC2 (or 0x7DDDC2) is known color: Bermuda. HEX triplet: 7D, DD and C2. RGB value is (125,221,194). Sum of RGB (Red+Green+Blue) = 125+221+194=540 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.15% from 540); Green value is 221 (86.72% from 255 or 40.93% from 540); Blue value is 194 (76.17% from 255 or 35.93% from 540); Max value from RGB is 221 - color contains mainly: green. Hex color #7DDDC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDDC2 is #82223D. Grayscale: #BDBDBD. Windows color (decimal): -8528446 or 12770685. OLE color: 12770685.
HSL color Cylindrical-coordinate representation of color #7DDDC2: hue angle of 163.12º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DDDC2 is Cyan = 0.43, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 221 | 194 | - |
| CMYK | 0.43 | 0 | 0.12 | 0.13 |
| HSL | 163.13º | 0.59% | 0.68% | - |
| HSV(B) | 163.13º | 0.43% | 0.87% | - |
| XYZ | 44.05 | 59.97 | 60.29 | - |
| YUV | 189.22 | 130.7 | 82.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 221 | 194 | 0.43 | 0 | 0.12 | 0.13 | 163.13 | 0.59 | 0.68 |
| Hex | 7D | DD | C2 | 2B | 0 | C | D | A3 | 3B | 44 |
| Octal | 175 | 335 | 302 | 53 | 0 | 14 | 15 | 243 | 73 | 104 |
| Binary | 1111101 | 11011101 | 11000010 | 101011 | 0 | 1100 | 1101 | 10100011 | 111011 | 1000100 |
Color Harmonies of #7DDDC2
Complementary color
Monochromatic Colors of #7DDDC2
Black with #7DDDC2
Text Example
Text Example
White with #7DDDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDDC2; }
p { color: rgb(125,221,194); }
H1.HeaderClassName
{
color: #7DDDC2;
}
.AnyTagClassName
{
color: #7DDDC2;
}
</style>
background-color css
<style>
a { background-color: #7DDDC2; }
a { background-color: rgb(125,221,194); }
div.DivClassName
{
background-color: #7DDDC2;
}
.BgClassName
{
background-color: #7DDDC2;
}
</style>
border-color css
<style>
span { border-color: #7DDDC2; }
span { border-color: rgb(125,221,194); }
td.TdClassName
{
border-color: #7DDDC2;
}
.TagClassName
{
border-color: #7DDDC2;
}
</style>