Shades of Bermuda #7DCFCD
Tints of Bermuda #7DCFCD
RGB
CMYK
RGB Variations
Color information
#7DCFCD (or 0x7DCFCD) is known color: Bermuda. HEX triplet: 7D, CF and CD. RGB value is (125,207,205). Sum of RGB (Red+Green+Blue) = 125+207+205=537 (71% of max value = 765). Red value is 125 (49.22% from 255 or 23.28% from 537); Green value is 207 (81.25% from 255 or 38.55% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 207 - color contains mainly: green. Hex color #7DCFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCFCD is #823032. Grayscale: #B6B6B6. Windows color (decimal): -8532019 or 13487997. OLE color: 13487997.
HSL color Cylindrical-coordinate representation of color #7DCFCD: hue angle of 178.54º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DCFCD is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 207 | 205 | - |
| CMYK | 0.40 | 0 | 0.01 | 0.19 |
| HSL | 178.54º | 0.46% | 0.65% | - |
| HSV(B) | 178.54º | 0.4% | 0.81% | - |
| XYZ | 41.79 | 53.39 | 65.86 | - |
| YUV | 182.25 | 140.83 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 207 | 205 | 0.40 | 0 | 0.01 | 0.19 | 178.54 | 0.46 | 0.65 |
| Hex | 7D | CF | CD | 28 | 0 | 1 | 13 | B3 | 2E | 41 |
| Octal | 175 | 317 | 315 | 50 | 0 | 1 | 23 | 263 | 56 | 101 |
| Binary | 1111101 | 11001111 | 11001101 | 101000 | 0 | 1 | 10011 | 10110011 | 101110 | 1000001 |
Color Harmonies of #7DCFCD
Complementary color
Monochromatic Colors of #7DCFCD
Black with #7DCFCD
Text Example
Text Example
White with #7DCFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCFCD; }
p { color: rgb(125,207,205); }
H1.HeaderClassName
{
color: #7DCFCD;
}
.AnyTagClassName
{
color: #7DCFCD;
}
</style>
background-color css
<style>
a { background-color: #7DCFCD; }
a { background-color: rgb(125,207,205); }
div.DivClassName
{
background-color: #7DCFCD;
}
.BgClassName
{
background-color: #7DCFCD;
}
</style>
border-color css
<style>
span { border-color: #7DCFCD; }
span { border-color: rgb(125,207,205); }
td.TdClassName
{
border-color: #7DCFCD;
}
.TagClassName
{
border-color: #7DCFCD;
}
</style>