Shades of Bermuda #7FCECC
Tints of Bermuda #7FCECC
RGB
CMYK
RGB Variations
Color information
#7FCECC (or 0x7FCECC) is known color: Bermuda. HEX triplet: 7F, CE and CC. RGB value is (127,206,204). Sum of RGB (Red+Green+Blue) = 127+206+204=537 (71% of max value = 765). Red value is 127 (50% from 255 or 23.65% from 537); Green value is 206 (80.86% from 255 or 38.36% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 206 - color contains mainly: green. Hex color #7FCECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCECC is #803133. Grayscale: #B6B6B6. Windows color (decimal): -8401204 or 13422207. OLE color: 13422207.
HSL color Cylindrical-coordinate representation of color #7FCECC: hue angle of 178.48º 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 #7FCECC is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 206 | 204 | - |
| CMYK | 0.38 | 0 | 0.01 | 0.19 |
| HSL | 178.48º | 0.45% | 0.65% | - |
| HSV(B) | 178.48º | 0.38% | 0.81% | - |
| XYZ | 41.72 | 53.01 | 65.16 | - |
| YUV | 182.15 | 140.33 | 88.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 206 | 204 | 0.38 | 0 | 0.01 | 0.19 | 178.48 | 0.45 | 0.65 |
| Hex | 7F | CE | CC | 26 | 0 | 1 | 13 | B2 | 2D | 41 |
| Octal | 177 | 316 | 314 | 46 | 0 | 1 | 23 | 262 | 55 | 101 |
| Binary | 1111111 | 11001110 | 11001100 | 100110 | 0 | 1 | 10011 | 10110010 | 101101 | 1000001 |
Color Harmonies of #7FCECC
Complementary color
Monochromatic Colors of #7FCECC
Black with #7FCECC
Text Example
Text Example
White with #7FCECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCECC; }
p { color: rgb(127,206,204); }
H1.HeaderClassName
{
color: #7FCECC;
}
.AnyTagClassName
{
color: #7FCECC;
}
</style>
background-color css
<style>
a { background-color: #7FCECC; }
a { background-color: rgb(127,206,204); }
div.DivClassName
{
background-color: #7FCECC;
}
.BgClassName
{
background-color: #7FCECC;
}
</style>
border-color css
<style>
span { border-color: #7FCECC; }
span { border-color: rgb(127,206,204); }
td.TdClassName
{
border-color: #7FCECC;
}
.TagClassName
{
border-color: #7FCECC;
}
</style>