Shades of Bermuda #7DDDC1
Tints of Bermuda #7DDDC1
RGB
CMYK
RGB Variations
Color information
#7DDDC1 (or 0x7DDDC1) is known color: Bermuda. HEX triplet: 7D, DD and C1. RGB value is (125,221,193). Sum of RGB (Red+Green+Blue) = 125+221+193=539 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.19% from 539); Green value is 221 (86.72% from 255 or 41.00% from 539); Blue value is 193 (75.78% from 255 or 35.81% from 539); Max value from RGB is 221 - color contains mainly: green. Hex color #7DDDC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDDC1 is #82223E. Grayscale: #BDBDBD. Windows color (decimal): -8528447 or 12705149. OLE color: 12705149.
HSL color Cylindrical-coordinate representation of color #7DDDC1: hue angle of 162.5º 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 #7DDDC1 is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 221 | 193 | - |
| CMYK | 0.43 | 0 | 0.13 | 0.13 |
| HSL | 162.5º | 0.59% | 0.68% | - |
| HSV(B) | 162.5º | 0.43% | 0.87% | - |
| XYZ | 43.94 | 59.92 | 59.7 | - |
| YUV | 189.1 | 130.2 | 82.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 221 | 193 | 0.43 | 0 | 0.13 | 0.13 | 162.5 | 0.59 | 0.68 |
| Hex | 7D | DD | C1 | 2B | 0 | D | D | A2 | 3B | 44 |
| Octal | 175 | 335 | 301 | 53 | 0 | 15 | 15 | 242 | 73 | 104 |
| Binary | 1111101 | 11011101 | 11000001 | 101011 | 0 | 1101 | 1101 | 10100010 | 111011 | 1000100 |
Color Harmonies of #7DDDC1
Complementary color
Monochromatic Colors of #7DDDC1
Black with #7DDDC1
Text Example
Text Example
White with #7DDDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDDC1; }
p { color: rgb(125,221,193); }
H1.HeaderClassName
{
color: #7DDDC1;
}
.AnyTagClassName
{
color: #7DDDC1;
}
</style>
background-color css
<style>
a { background-color: #7DDDC1; }
a { background-color: rgb(125,221,193); }
div.DivClassName
{
background-color: #7DDDC1;
}
.BgClassName
{
background-color: #7DDDC1;
}
</style>
border-color css
<style>
span { border-color: #7DDDC1; }
span { border-color: rgb(125,221,193); }
td.TdClassName
{
border-color: #7DDDC1;
}
.TagClassName
{
border-color: #7DDDC1;
}
</style>