Shades of Bermuda #7FCCBB
Tints of Bermuda #7FCCBB
RGB
CMYK
RGB Variations
Color information
#7FCCBB (or 0x7FCCBB) is known color: Bermuda. HEX triplet: 7F, CC and BB. RGB value is (127,204,187). Sum of RGB (Red+Green+Blue) = 127+204+187=518 (68% of max value = 765). Red value is 127 (50% from 255 or 24.52% from 518); Green value is 204 (80.08% from 255 or 39.38% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 204 - color contains mainly: green. Hex color #7FCCBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCCBB is #803344. Grayscale: #B3B3B3. Windows color (decimal): -8401733 or 12307583. OLE color: 12307583.
HSL color Cylindrical-coordinate representation of color #7FCCBB: hue angle of 166.75º 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 #7FCCBB is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 127 | 204 | 187 | - |
| CMYK | 0.38 | 0 | 0.08 | 0.2 |
| HSL | 166.75º | 0.43% | 0.65% | - |
| HSV(B) | 166.75º | 0.38% | 0.8% | - |
| XYZ | 39.31 | 51.29 | 54.84 | - |
| YUV | 179.04 | 132.49 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 204 | 187 | 0.38 | 0 | 0.08 | 0.2 | 166.75 | 0.43 | 0.65 |
| Hex | 7F | CC | BB | 26 | 0 | 8 | 14 | A7 | 2B | 41 |
| Octal | 177 | 314 | 273 | 46 | 0 | 10 | 24 | 247 | 53 | 101 |
| Binary | 1111111 | 11001100 | 10111011 | 100110 | 0 | 1000 | 10100 | 10100111 | 101011 | 1000001 |
Color Harmonies of #7FCCBB
Complementary color
Monochromatic Colors of #7FCCBB
Black with #7FCCBB
Text Example
Text Example
White with #7FCCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCCBB; }
p { color: rgb(127,204,187); }
H1.HeaderClassName
{
color: #7FCCBB;
}
.AnyTagClassName
{
color: #7FCCBB;
}
</style>
background-color css
<style>
a { background-color: #7FCCBB; }
a { background-color: rgb(127,204,187); }
div.DivClassName
{
background-color: #7FCCBB;
}
.BgClassName
{
background-color: #7FCCBB;
}
</style>
border-color css
<style>
span { border-color: #7FCCBB; }
span { border-color: rgb(127,204,187); }
td.TdClassName
{
border-color: #7FCCBB;
}
.TagClassName
{
border-color: #7FCCBB;
}
</style>