Shades of Bermuda #7FCEC0
Tints of Bermuda #7FCEC0
RGB
CMYK
RGB Variations
Color information
#7FCEC0 (or 0x7FCEC0) is known color: Bermuda. HEX triplet: 7F, CE and C0. RGB value is (127,206,192). Sum of RGB (Red+Green+Blue) = 127+206+192=525 (69% of max value = 765). Red value is 127 (50% from 255 or 24.19% from 525); Green value is 206 (80.86% from 255 or 39.24% from 525); Blue value is 192 (75.39% from 255 or 36.57% from 525); Max value from RGB is 206 - color contains mainly: green. Hex color #7FCEC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCEC0 is #80313F. Grayscale: #B4B4B4. Windows color (decimal): -8401216 or 12635775. OLE color: 12635775.
HSL color Cylindrical-coordinate representation of color #7FCEC0: hue angle of 169.37º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7FCEC0 is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 206 | 192 | - |
| CMYK | 0.38 | 0 | 0.07 | 0.19 |
| HSL | 169.37º | 0.45% | 0.65% | - |
| HSV(B) | 169.37º | 0.38% | 0.81% | - |
| XYZ | 40.34 | 52.46 | 57.87 | - |
| YUV | 180.78 | 134.33 | 89.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 206 | 192 | 0.38 | 0 | 0.07 | 0.19 | 169.37 | 0.45 | 0.65 |
| Hex | 7F | CE | C0 | 26 | 0 | 7 | 13 | A9 | 2D | 41 |
| Octal | 177 | 316 | 300 | 46 | 0 | 7 | 23 | 251 | 55 | 101 |
| Binary | 1111111 | 11001110 | 11000000 | 100110 | 0 | 111 | 10011 | 10101001 | 101101 | 1000001 |
Color Harmonies of #7FCEC0
Complementary color
Monochromatic Colors of #7FCEC0
Black with #7FCEC0
Text Example
Text Example
White with #7FCEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCEC0; }
p { color: rgb(127,206,192); }
H1.HeaderClassName
{
color: #7FCEC0;
}
.AnyTagClassName
{
color: #7FCEC0;
}
</style>
background-color css
<style>
a { background-color: #7FCEC0; }
a { background-color: rgb(127,206,192); }
div.DivClassName
{
background-color: #7FCEC0;
}
.BgClassName
{
background-color: #7FCEC0;
}
</style>
border-color css
<style>
span { border-color: #7FCEC0; }
span { border-color: rgb(127,206,192); }
td.TdClassName
{
border-color: #7FCEC0;
}
.TagClassName
{
border-color: #7FCEC0;
}
</style>