Shades of Bermuda #7DDEC1
Tints of Bermuda #7DDEC1
RGB
CMYK
RGB Variations
Color information
#7DDEC1 (or 0x7DDEC1) is known color: Bermuda. HEX triplet: 7D, DE and C1. RGB value is (125,222,193). Sum of RGB (Red+Green+Blue) = 125+222+193=540 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.15% from 540); Green value is 222 (87.11% from 255 or 41.11% from 540); Blue value is 193 (75.78% from 255 or 35.74% from 540); Max value from RGB is 222 - color contains mainly: green. Hex color #7DDEC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DDEC1 is #82213E. Grayscale: #BDBDBD. Windows color (decimal): -8528191 or 12705405. OLE color: 12705405.
HSL color Cylindrical-coordinate representation of color #7DDEC1: hue angle of 162.06º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7DDEC1 is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 222 | 193 | - |
| CMYK | 0.44 | 0 | 0.13 | 0.13 |
| HSL | 162.06º | 0.6% | 0.68% | - |
| HSV(B) | 162.06º | 0.44% | 0.87% | - |
| XYZ | 44.2 | 60.45 | 59.79 | - |
| YUV | 189.69 | 129.86 | 81.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 222 | 193 | 0.44 | 0 | 0.13 | 0.13 | 162.06 | 0.6 | 0.68 |
| Hex | 7D | DE | C1 | 2C | 0 | D | D | A2 | 3C | 44 |
| Octal | 175 | 336 | 301 | 54 | 0 | 15 | 15 | 242 | 74 | 104 |
| Binary | 1111101 | 11011110 | 11000001 | 101100 | 0 | 1101 | 1101 | 10100010 | 111100 | 1000100 |
Color Harmonies of #7DDEC1
Complementary color
Monochromatic Colors of #7DDEC1
Black with #7DDEC1
Text Example
Text Example
White with #7DDEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDEC1; }
p { color: rgb(125,222,193); }
H1.HeaderClassName
{
color: #7DDEC1;
}
.AnyTagClassName
{
color: #7DDEC1;
}
</style>
background-color css
<style>
a { background-color: #7DDEC1; }
a { background-color: rgb(125,222,193); }
div.DivClassName
{
background-color: #7DDEC1;
}
.BgClassName
{
background-color: #7DDEC1;
}
</style>
border-color css
<style>
span { border-color: #7DDEC1; }
span { border-color: rgb(125,222,193); }
td.TdClassName
{
border-color: #7DDEC1;
}
.TagClassName
{
border-color: #7DDEC1;
}
</style>