Shades of Bermuda #7DCDC9
Tints of Bermuda #7DCDC9
RGB
CMYK
RGB Variations
Color information
#7DCDC9 (or 0x7DCDC9) is known color: Bermuda. HEX triplet: 7D, CD and C9. RGB value is (125,205,201). Sum of RGB (Red+Green+Blue) = 125+205+201=531 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.54% from 531); Green value is 205 (80.47% from 255 or 38.61% from 531); Blue value is 201 (78.91% from 255 or 37.85% from 531); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCDC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCDC9 is #823236. Grayscale: #B4B4B4. Windows color (decimal): -8532535 or 13225341. OLE color: 13225341.
HSL color Cylindrical-coordinate representation of color #7DCDC9: hue angle of 177º 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 #7DCDC9 is Cyan = 0.39, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 205 | 201 | - |
| CMYK | 0.39 | 0 | 0.02 | 0.20 |
| HSL | 177º | 0.44% | 0.65% | - |
| HSV(B) | 177º | 0.39% | 0.8% | - |
| XYZ | 40.83 | 52.24 | 63.19 | - |
| YUV | 180.62 | 139.5 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 205 | 201 | 0.39 | 0 | 0.02 | 0.20 | 177 | 0.44 | 0.65 |
| Hex | 7D | CD | C9 | 27 | 0 | 2 | 14 | B1 | 2C | 41 |
| Octal | 175 | 315 | 311 | 47 | 0 | 2 | 24 | 261 | 54 | 101 |
| Binary | 1111101 | 11001101 | 11001001 | 100111 | 0 | 10 | 10100 | 10110001 | 101100 | 1000001 |
Color Harmonies of #7DCDC9
Complementary color
Monochromatic Colors of #7DCDC9
Black with #7DCDC9
Text Example
Text Example
White with #7DCDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCDC9; }
p { color: rgb(125,205,201); }
H1.HeaderClassName
{
color: #7DCDC9;
}
.AnyTagClassName
{
color: #7DCDC9;
}
</style>
background-color css
<style>
a { background-color: #7DCDC9; }
a { background-color: rgb(125,205,201); }
div.DivClassName
{
background-color: #7DCDC9;
}
.BgClassName
{
background-color: #7DCDC9;
}
</style>
border-color css
<style>
span { border-color: #7DCDC9; }
span { border-color: rgb(125,205,201); }
td.TdClassName
{
border-color: #7DCDC9;
}
.TagClassName
{
border-color: #7DCDC9;
}
</style>