Shades of Bermuda #7DCDC1
Tints of Bermuda #7DCDC1
RGB
CMYK
RGB Variations
Color information
#7DCDC1 (or 0x7DCDC1) is known color: Bermuda. HEX triplet: 7D, CD and C1. RGB value is (125,205,193). Sum of RGB (Red+Green+Blue) = 125+205+193=523 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.90% from 523); Green value is 205 (80.47% from 255 or 39.20% from 523); Blue value is 193 (75.78% from 255 or 36.90% from 523); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCDC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCDC1 is #82323E. Grayscale: #B3B3B3. Windows color (decimal): -8532543 or 12701053. OLE color: 12701053.
HSL color Cylindrical-coordinate representation of color #7DCDC1: hue angle of 171º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DCDC1 is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 205 | 193 | - |
| CMYK | 0.39 | 0 | 0.06 | 0.20 |
| HSL | 171º | 0.44% | 0.65% | - |
| HSV(B) | 171º | 0.39% | 0.8% | - |
| XYZ | 39.91 | 51.87 | 58.36 | - |
| YUV | 179.71 | 135.5 | 88.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 205 | 193 | 0.39 | 0 | 0.06 | 0.20 | 171 | 0.44 | 0.65 |
| Hex | 7D | CD | C1 | 27 | 0 | 6 | 14 | AB | 2C | 41 |
| Octal | 175 | 315 | 301 | 47 | 0 | 6 | 24 | 253 | 54 | 101 |
| Binary | 1111101 | 11001101 | 11000001 | 100111 | 0 | 110 | 10100 | 10101011 | 101100 | 1000001 |
Color Harmonies of #7DCDC1
Complementary color
Monochromatic Colors of #7DCDC1
Black with #7DCDC1
Text Example
Text Example
White with #7DCDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCDC1; }
p { color: rgb(125,205,193); }
H1.HeaderClassName
{
color: #7DCDC1;
}
.AnyTagClassName
{
color: #7DCDC1;
}
</style>
background-color css
<style>
a { background-color: #7DCDC1; }
a { background-color: rgb(125,205,193); }
div.DivClassName
{
background-color: #7DCDC1;
}
.BgClassName
{
background-color: #7DCDC1;
}
</style>
border-color css
<style>
span { border-color: #7DCDC1; }
span { border-color: rgb(125,205,193); }
td.TdClassName
{
border-color: #7DCDC1;
}
.TagClassName
{
border-color: #7DCDC1;
}
</style>