Shades of Bermuda #7DCAC7
Tints of Bermuda #7DCAC7
RGB
CMYK
RGB Variations
Color information
#7DCAC7 (or 0x7DCAC7) is known color: Bermuda. HEX triplet: 7D, CA and C7. RGB value is (125,202,199). Sum of RGB (Red+Green+Blue) = 125+202+199=526 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.76% from 526); Green value is 202 (79.30% from 255 or 38.40% from 526); Blue value is 199 (78.12% from 255 or 37.83% from 526); Max value from RGB is 202 - color contains mainly: green. Hex color #7DCAC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCAC7 is #823538. Grayscale: #B2B2B2. Windows color (decimal): -8533305 or 13093501. OLE color: 13093501.
HSL color Cylindrical-coordinate representation of color #7DCAC7: hue angle of 177.66º degrees, saturation: 0.42, 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 #7DCAC7 is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 125 | 202 | 199 | - |
| CMYK | 0.38 | 0 | 0.01 | 0.21 |
| HSL | 177.66º | 0.42% | 0.64% | - |
| HSV(B) | 177.66º | 0.38% | 0.79% | - |
| XYZ | 39.89 | 50.72 | 61.72 | - |
| YUV | 178.64 | 139.49 | 89.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 202 | 199 | 0.38 | 0 | 0.01 | 0.21 | 177.66 | 0.42 | 0.64 |
| Hex | 7D | CA | C7 | 26 | 0 | 1 | 15 | B2 | 2A | 40 |
| Octal | 175 | 312 | 307 | 46 | 0 | 1 | 25 | 262 | 52 | 100 |
| Binary | 1111101 | 11001010 | 11000111 | 100110 | 0 | 1 | 10101 | 10110010 | 101010 | 1000000 |
Color Harmonies of #7DCAC7
Complementary color
Monochromatic Colors of #7DCAC7
Black with #7DCAC7
Text Example
Text Example
White with #7DCAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCAC7; }
p { color: rgb(125,202,199); }
H1.HeaderClassName
{
color: #7DCAC7;
}
.AnyTagClassName
{
color: #7DCAC7;
}
</style>
background-color css
<style>
a { background-color: #7DCAC7; }
a { background-color: rgb(125,202,199); }
div.DivClassName
{
background-color: #7DCAC7;
}
.BgClassName
{
background-color: #7DCAC7;
}
</style>
border-color css
<style>
span { border-color: #7DCAC7; }
span { border-color: rgb(125,202,199); }
td.TdClassName
{
border-color: #7DCAC7;
}
.TagClassName
{
border-color: #7DCAC7;
}
</style>