Shades of Bermuda #7FC8C0
Tints of Bermuda #7FC8C0
RGB
CMYK
RGB Variations
Color information
#7FC8C0 (or 0x7FC8C0) is known color: Bermuda. HEX triplet: 7F, C8 and C0. RGB value is (127,200,192). Sum of RGB (Red+Green+Blue) = 127+200+192=519 (68% of max value = 765). Red value is 127 (50% from 255 or 24.47% from 519); Green value is 200 (78.52% from 255 or 38.54% from 519); Blue value is 192 (75.39% from 255 or 36.99% from 519); Max value from RGB is 200 - color contains mainly: green. Hex color #7FC8C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FC8C0 is #80373F. Grayscale: #B1B1B1. Windows color (decimal): -8402752 or 12634239. OLE color: 12634239.
HSL color Cylindrical-coordinate representation of color #7FC8C0: hue angle of 173.42º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7FC8C0 is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 127 | 200 | 192 | - |
| CMYK | 0.36 | 0 | 0.04 | 0.22 |
| HSL | 173.42º | 0.4% | 0.64% | - |
| HSV(B) | 173.42º | 0.37% | 0.78% | - |
| XYZ | 38.92 | 49.63 | 57.4 | - |
| YUV | 177.26 | 136.32 | 92.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 200 | 192 | 0.36 | 0 | 0.04 | 0.22 | 173.42 | 0.4 | 0.64 |
| Hex | 7F | C8 | C0 | 24 | 0 | 4 | 16 | AD | 28 | 40 |
| Octal | 177 | 310 | 300 | 44 | 0 | 4 | 26 | 255 | 50 | 100 |
| Binary | 1111111 | 11001000 | 11000000 | 100100 | 0 | 100 | 10110 | 10101101 | 101000 | 1000000 |
Color Harmonies of #7FC8C0
Complementary color
Monochromatic Colors of #7FC8C0
Black with #7FC8C0
Text Example
Text Example
White with #7FC8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC8C0; }
p { color: rgb(127,200,192); }
H1.HeaderClassName
{
color: #7FC8C0;
}
.AnyTagClassName
{
color: #7FC8C0;
}
</style>
background-color css
<style>
a { background-color: #7FC8C0; }
a { background-color: rgb(127,200,192); }
div.DivClassName
{
background-color: #7FC8C0;
}
.BgClassName
{
background-color: #7FC8C0;
}
</style>
border-color css
<style>
span { border-color: #7FC8C0; }
span { border-color: rgb(127,200,192); }
td.TdClassName
{
border-color: #7FC8C0;
}
.TagClassName
{
border-color: #7FC8C0;
}
</style>