Shades of Bermuda #7DCFCC
Tints of Bermuda #7DCFCC
RGB
CMYK
RGB Variations
Color information
#7DCFCC (or 0x7DCFCC) is known color: Bermuda. HEX triplet: 7D, CF and CC. RGB value is (125,207,204). Sum of RGB (Red+Green+Blue) = 125+207+204=536 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.32% from 536); Green value is 207 (81.25% from 255 or 38.62% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 207 - color contains mainly: green. Hex color #7DCFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCFCC is #823033. Grayscale: #B6B6B6. Windows color (decimal): -8532020 or 13422461. OLE color: 13422461.
HSL color Cylindrical-coordinate representation of color #7DCFCC: hue angle of 177.8º 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 #7DCFCC is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 207 | 204 | - |
| CMYK | 0.40 | 0 | 0.01 | 0.19 |
| HSL | 177.8º | 0.46% | 0.65% | - |
| HSV(B) | 177.8º | 0.4% | 0.81% | - |
| XYZ | 41.67 | 53.35 | 65.23 | - |
| YUV | 182.14 | 140.33 | 87.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 207 | 204 | 0.40 | 0 | 0.01 | 0.19 | 177.8 | 0.46 | 0.65 |
| Hex | 7D | CF | CC | 28 | 0 | 1 | 13 | B2 | 2E | 41 |
| Octal | 175 | 317 | 314 | 50 | 0 | 1 | 23 | 262 | 56 | 101 |
| Binary | 1111101 | 11001111 | 11001100 | 101000 | 0 | 1 | 10011 | 10110010 | 101110 | 1000001 |
Color Harmonies of #7DCFCC
Complementary color
Monochromatic Colors of #7DCFCC
Black with #7DCFCC
Text Example
Text Example
White with #7DCFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCFCC; }
p { color: rgb(125,207,204); }
H1.HeaderClassName
{
color: #7DCFCC;
}
.AnyTagClassName
{
color: #7DCFCC;
}
</style>
background-color css
<style>
a { background-color: #7DCFCC; }
a { background-color: rgb(125,207,204); }
div.DivClassName
{
background-color: #7DCFCC;
}
.BgClassName
{
background-color: #7DCFCC;
}
</style>
border-color css
<style>
span { border-color: #7DCFCC; }
span { border-color: rgb(125,207,204); }
td.TdClassName
{
border-color: #7DCFCC;
}
.TagClassName
{
border-color: #7DCFCC;
}
</style>