Shades of Bermuda #7DCFC3
Tints of Bermuda #7DCFC3
RGB
CMYK
RGB Variations
Color information
#7DCFC3 (or 0x7DCFC3) is known color: Bermuda. HEX triplet: 7D, CF and C3. RGB value is (125,207,195). Sum of RGB (Red+Green+Blue) = 125+207+195=527 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.72% from 527); Green value is 207 (81.25% from 255 or 39.28% from 527); Blue value is 195 (76.56% from 255 or 37.00% from 527); Max value from RGB is 207 - color contains mainly: green. Hex color #7DCFC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DCFC3 is #82303C. Grayscale: #B5B5B5. Windows color (decimal): -8532029 or 12832637. OLE color: 12832637.
HSL color Cylindrical-coordinate representation of color #7DCFC3: hue angle of 171.22º 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 #7DCFC3 is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 207 | 195 | - |
| CMYK | 0.40 | 0 | 0.06 | 0.19 |
| HSL | 171.22º | 0.46% | 0.65% | - |
| HSV(B) | 171.22º | 0.4% | 0.81% | - |
| XYZ | 40.62 | 52.93 | 59.7 | - |
| YUV | 181.11 | 135.83 | 87.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 207 | 195 | 0.40 | 0 | 0.06 | 0.19 | 171.22 | 0.46 | 0.65 |
| Hex | 7D | CF | C3 | 28 | 0 | 6 | 13 | AB | 2E | 41 |
| Octal | 175 | 317 | 303 | 50 | 0 | 6 | 23 | 253 | 56 | 101 |
| Binary | 1111101 | 11001111 | 11000011 | 101000 | 0 | 110 | 10011 | 10101011 | 101110 | 1000001 |
Color Harmonies of #7DCFC3
Complementary color
Monochromatic Colors of #7DCFC3
Black with #7DCFC3
Text Example
Text Example
White with #7DCFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCFC3; }
p { color: rgb(125,207,195); }
H1.HeaderClassName
{
color: #7DCFC3;
}
.AnyTagClassName
{
color: #7DCFC3;
}
</style>
background-color css
<style>
a { background-color: #7DCFC3; }
a { background-color: rgb(125,207,195); }
div.DivClassName
{
background-color: #7DCFC3;
}
.BgClassName
{
background-color: #7DCFC3;
}
</style>
border-color css
<style>
span { border-color: #7DCFC3; }
span { border-color: rgb(125,207,195); }
td.TdClassName
{
border-color: #7DCFC3;
}
.TagClassName
{
border-color: #7DCFC3;
}
</style>