Shades of Bermuda #7FC8C5
Tints of Bermuda #7FC8C5
RGB
CMYK
RGB Variations
Color information
#7FC8C5 (or 0x7FC8C5) is known color: Bermuda. HEX triplet: 7F, C8 and C5. RGB value is (127,200,197). Sum of RGB (Red+Green+Blue) = 127+200+197=524 (69% of max value = 765). Red value is 127 (50% from 255 or 24.24% from 524); Green value is 200 (78.52% from 255 or 38.17% from 524); Blue value is 197 (77.34% from 255 or 37.60% from 524); Max value from RGB is 200 - color contains mainly: green. Hex color #7FC8C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FC8C5 is #80373A. Grayscale: #B1B1B1. Windows color (decimal): -8402747 or 12961919. OLE color: 12961919.
HSL color Cylindrical-coordinate representation of color #7FC8C5: hue angle of 177.53º 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 #7FC8C5 is Cyan = 0.36, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 127 | 200 | 197 | - |
| CMYK | 0.36 | 0 | 0.02 | 0.22 |
| HSL | 177.53º | 0.4% | 0.64% | - |
| HSV(B) | 177.53º | 0.37% | 0.78% | - |
| XYZ | 39.48 | 49.85 | 60.36 | - |
| YUV | 177.83 | 138.82 | 91.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 200 | 197 | 0.36 | 0 | 0.02 | 0.22 | 177.53 | 0.4 | 0.64 |
| Hex | 7F | C8 | C5 | 24 | 0 | 2 | 16 | B2 | 28 | 40 |
| Octal | 177 | 310 | 305 | 44 | 0 | 2 | 26 | 262 | 50 | 100 |
| Binary | 1111111 | 11001000 | 11000101 | 100100 | 0 | 10 | 10110 | 10110010 | 101000 | 1000000 |
Color Harmonies of #7FC8C5
Complementary color
Monochromatic Colors of #7FC8C5
Black with #7FC8C5
Text Example
Text Example
White with #7FC8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC8C5; }
p { color: rgb(127,200,197); }
H1.HeaderClassName
{
color: #7FC8C5;
}
.AnyTagClassName
{
color: #7FC8C5;
}
</style>
background-color css
<style>
a { background-color: #7FC8C5; }
a { background-color: rgb(127,200,197); }
div.DivClassName
{
background-color: #7FC8C5;
}
.BgClassName
{
background-color: #7FC8C5;
}
</style>
border-color css
<style>
span { border-color: #7FC8C5; }
span { border-color: rgb(127,200,197); }
td.TdClassName
{
border-color: #7FC8C5;
}
.TagClassName
{
border-color: #7FC8C5;
}
</style>