Shades of Bermuda #7DCDC5
Tints of Bermuda #7DCDC5
RGB
CMYK
RGB Variations
Color information
#7DCDC5 (or 0x7DCDC5) is known color: Bermuda. HEX triplet: 7D, CD and C5. RGB value is (125,205,197). Sum of RGB (Red+Green+Blue) = 125+205+197=527 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.72% from 527); Green value is 205 (80.47% from 255 or 38.90% from 527); Blue value is 197 (77.34% from 255 or 37.38% from 527); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCDC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCDC5 is #82323A. Grayscale: #B4B4B4. Windows color (decimal): -8532539 or 12963197. OLE color: 12963197.
HSL color Cylindrical-coordinate representation of color #7DCDC5: hue angle of 174º 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 #7DCDC5 is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 205 | 197 | - |
| CMYK | 0.39 | 0 | 0.04 | 0.20 |
| HSL | 174º | 0.44% | 0.65% | - |
| HSV(B) | 174º | 0.39% | 0.8% | - |
| XYZ | 40.37 | 52.05 | 60.74 | - |
| YUV | 180.17 | 137.5 | 88.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 205 | 197 | 0.39 | 0 | 0.04 | 0.20 | 174 | 0.44 | 0.65 |
| Hex | 7D | CD | C5 | 27 | 0 | 4 | 14 | AE | 2C | 41 |
| Octal | 175 | 315 | 305 | 47 | 0 | 4 | 24 | 256 | 54 | 101 |
| Binary | 1111101 | 11001101 | 11000101 | 100111 | 0 | 100 | 10100 | 10101110 | 101100 | 1000001 |
Color Harmonies of #7DCDC5
Complementary color
Monochromatic Colors of #7DCDC5
Black with #7DCDC5
Text Example
Text Example
White with #7DCDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCDC5; }
p { color: rgb(125,205,197); }
H1.HeaderClassName
{
color: #7DCDC5;
}
.AnyTagClassName
{
color: #7DCDC5;
}
</style>
background-color css
<style>
a { background-color: #7DCDC5; }
a { background-color: rgb(125,205,197); }
div.DivClassName
{
background-color: #7DCDC5;
}
.BgClassName
{
background-color: #7DCDC5;
}
</style>
border-color css
<style>
span { border-color: #7DCDC5; }
span { border-color: rgb(125,205,197); }
td.TdClassName
{
border-color: #7DCDC5;
}
.TagClassName
{
border-color: #7DCDC5;
}
</style>