Shades of Bermuda #7DC9C8
Tints of Bermuda #7DC9C8
RGB
CMYK
RGB Variations
Color information
#7DC9C8 (or 0x7DC9C8) is known color: Bermuda. HEX triplet: 7D, C9 and C8. RGB value is (125,201,200). Sum of RGB (Red+Green+Blue) = 125+201+200=526 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.76% from 526); Green value is 201 (78.91% from 255 or 38.21% from 526); Blue value is 200 (78.52% from 255 or 38.02% from 526); Max value from RGB is 201 - color contains mainly: green. Hex color #7DC9C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DC9C8 is #823637. Grayscale: #B2B2B2. Windows color (decimal): -8533560 or 13158781. OLE color: 13158781.
HSL color Cylindrical-coordinate representation of color #7DC9C8: hue angle of 179.21º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DC9C8 is Cyan = 0.38, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 125 | 201 | 200 | - |
| CMYK | 0.38 | 0 | 0.00 | 0.21 |
| HSL | 179.21º | 0.41% | 0.64% | - |
| HSV(B) | 179.21º | 0.38% | 0.79% | - |
| XYZ | 39.77 | 50.3 | 62.26 | - |
| YUV | 178.16 | 140.32 | 90.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 201 | 200 | 0.38 | 0 | 0.00 | 0.21 | 179.21 | 0.41 | 0.64 |
| Hex | 7D | C9 | C8 | 26 | 0 | 0 | 15 | B3 | 29 | 40 |
| Octal | 175 | 311 | 310 | 46 | 0 | 0 | 25 | 263 | 51 | 100 |
| Binary | 1111101 | 11001001 | 11001000 | 100110 | 0 | 0 | 10101 | 10110011 | 101001 | 1000000 |
Color Harmonies of #7DC9C8
Complementary color
Monochromatic Colors of #7DC9C8
Black with #7DC9C8
Text Example
Text Example
White with #7DC9C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC9C8; }
p { color: rgb(125,201,200); }
H1.HeaderClassName
{
color: #7DC9C8;
}
.AnyTagClassName
{
color: #7DC9C8;
}
</style>
background-color css
<style>
a { background-color: #7DC9C8; }
a { background-color: rgb(125,201,200); }
div.DivClassName
{
background-color: #7DC9C8;
}
.BgClassName
{
background-color: #7DC9C8;
}
</style>
border-color css
<style>
span { border-color: #7DC9C8; }
span { border-color: rgb(125,201,200); }
td.TdClassName
{
border-color: #7DC9C8;
}
.TagClassName
{
border-color: #7DC9C8;
}
</style>