Shades of Bermuda #7FCCBC
Tints of Bermuda #7FCCBC
RGB
CMYK
RGB Variations
Color information
#7FCCBC (or 0x7FCCBC) is known color: Bermuda. HEX triplet: 7F, CC and BC. RGB value is (127,204,188). Sum of RGB (Red+Green+Blue) = 127+204+188=519 (68% of max value = 765). Red value is 127 (50% from 255 or 24.47% from 519); Green value is 204 (80.08% from 255 or 39.31% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 204 - color contains mainly: green. Hex color #7FCCBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCCBC is #803343. Grayscale: #B3B3B3. Windows color (decimal): -8401732 or 12373119. OLE color: 12373119.
HSL color Cylindrical-coordinate representation of color #7FCCBC: hue angle of 167.53º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7FCCBC is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 127 | 204 | 188 | - |
| CMYK | 0.38 | 0 | 0.08 | 0.2 |
| HSL | 167.53º | 0.43% | 0.65% | - |
| HSV(B) | 167.53º | 0.38% | 0.8% | - |
| XYZ | 39.42 | 51.33 | 55.41 | - |
| YUV | 179.15 | 132.99 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 204 | 188 | 0.38 | 0 | 0.08 | 0.2 | 167.53 | 0.43 | 0.65 |
| Hex | 7F | CC | BC | 26 | 0 | 8 | 14 | A8 | 2B | 41 |
| Octal | 177 | 314 | 274 | 46 | 0 | 10 | 24 | 250 | 53 | 101 |
| Binary | 1111111 | 11001100 | 10111100 | 100110 | 0 | 1000 | 10100 | 10101000 | 101011 | 1000001 |
Color Harmonies of #7FCCBC
Complementary color
Monochromatic Colors of #7FCCBC
Black with #7FCCBC
Text Example
Text Example
White with #7FCCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCCBC; }
p { color: rgb(127,204,188); }
H1.HeaderClassName
{
color: #7FCCBC;
}
.AnyTagClassName
{
color: #7FCCBC;
}
</style>
background-color css
<style>
a { background-color: #7FCCBC; }
a { background-color: rgb(127,204,188); }
div.DivClassName
{
background-color: #7FCCBC;
}
.BgClassName
{
background-color: #7FCCBC;
}
</style>
border-color css
<style>
span { border-color: #7FCCBC; }
span { border-color: rgb(127,204,188); }
td.TdClassName
{
border-color: #7FCCBC;
}
.TagClassName
{
border-color: #7FCCBC;
}
</style>