Shades of Bermuda #7FC9C6
Tints of Bermuda #7FC9C6
RGB
CMYK
RGB Variations
Color information
#7FC9C6 (or 0x7FC9C6) is known color: Bermuda. HEX triplet: 7F, C9 and C6. RGB value is (127,201,198). Sum of RGB (Red+Green+Blue) = 127+201+198=526 (69% of max value = 765). Red value is 127 (50% from 255 or 24.14% from 526); Green value is 201 (78.91% from 255 or 38.21% from 526); Blue value is 198 (77.73% from 255 or 37.64% from 526); Max value from RGB is 201 - color contains mainly: green. Hex color #7FC9C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FC9C6 is #803639. Grayscale: #B2B2B2. Windows color (decimal): -8402490 or 13027711. OLE color: 13027711.
HSL color Cylindrical-coordinate representation of color #7FC9C6: hue angle of 177.57º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7FC9C6 is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 127 | 201 | 198 | - |
| CMYK | 0.37 | 0 | 0.01 | 0.21 |
| HSL | 177.57º | 0.41% | 0.64% | - |
| HSV(B) | 177.57º | 0.37% | 0.79% | - |
| XYZ | 39.83 | 50.36 | 61.05 | - |
| YUV | 178.53 | 138.98 | 91.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 201 | 198 | 0.37 | 0 | 0.01 | 0.21 | 177.57 | 0.41 | 0.64 |
| Hex | 7F | C9 | C6 | 25 | 0 | 1 | 15 | B2 | 29 | 40 |
| Octal | 177 | 311 | 306 | 45 | 0 | 1 | 25 | 262 | 51 | 100 |
| Binary | 1111111 | 11001001 | 11000110 | 100101 | 0 | 1 | 10101 | 10110010 | 101001 | 1000000 |
Color Harmonies of #7FC9C6
Complementary color
Monochromatic Colors of #7FC9C6
Black with #7FC9C6
Text Example
Text Example
White with #7FC9C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC9C6; }
p { color: rgb(127,201,198); }
H1.HeaderClassName
{
color: #7FC9C6;
}
.AnyTagClassName
{
color: #7FC9C6;
}
</style>
background-color css
<style>
a { background-color: #7FC9C6; }
a { background-color: rgb(127,201,198); }
div.DivClassName
{
background-color: #7FC9C6;
}
.BgClassName
{
background-color: #7FC9C6;
}
</style>
border-color css
<style>
span { border-color: #7FC9C6; }
span { border-color: rgb(127,201,198); }
td.TdClassName
{
border-color: #7FC9C6;
}
.TagClassName
{
border-color: #7FC9C6;
}
</style>