Shades of Bermuda #7FD8C1
Tints of Bermuda #7FD8C1
RGB
CMYK
RGB Variations
Color information
#7FD8C1 (or 0x7FD8C1) is known color: Bermuda. HEX triplet: 7F, D8 and C1. RGB value is (127,216,193). Sum of RGB (Red+Green+Blue) = 127+216+193=536 (70% of max value = 765). Red value is 127 (50% from 255 or 23.69% from 536); Green value is 216 (84.77% from 255 or 40.30% from 536); Blue value is 193 (75.78% from 255 or 36.01% from 536); Max value from RGB is 216 - color contains mainly: green. Hex color #7FD8C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FD8C1 is #80273E. Grayscale: #BABABA. Windows color (decimal): -8398655 or 12703871. OLE color: 12703871.
HSL color Cylindrical-coordinate representation of color #7FD8C1: hue angle of 164.49º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7FD8C1 is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 127 | 216 | 193 | - |
| CMYK | 0.41 | 0 | 0.11 | 0.15 |
| HSL | 164.49º | 0.53% | 0.67% | - |
| HSV(B) | 164.49º | 0.41% | 0.85% | - |
| XYZ | 42.93 | 57.47 | 59.28 | - |
| YUV | 186.77 | 131.51 | 85.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 216 | 193 | 0.41 | 0 | 0.11 | 0.15 | 164.49 | 0.53 | 0.67 |
| Hex | 7F | D8 | C1 | 29 | 0 | B | F | A4 | 35 | 43 |
| Octal | 177 | 330 | 301 | 51 | 0 | 13 | 17 | 244 | 65 | 103 |
| Binary | 1111111 | 11011000 | 11000001 | 101001 | 0 | 1011 | 1111 | 10100100 | 110101 | 1000011 |
Color Harmonies of #7FD8C1
Complementary color
Monochromatic Colors of #7FD8C1
Black with #7FD8C1
Text Example
Text Example
White with #7FD8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD8C1; }
p { color: rgb(127,216,193); }
H1.HeaderClassName
{
color: #7FD8C1;
}
.AnyTagClassName
{
color: #7FD8C1;
}
</style>
background-color css
<style>
a { background-color: #7FD8C1; }
a { background-color: rgb(127,216,193); }
div.DivClassName
{
background-color: #7FD8C1;
}
.BgClassName
{
background-color: #7FD8C1;
}
</style>
border-color css
<style>
span { border-color: #7FD8C1; }
span { border-color: rgb(127,216,193); }
td.TdClassName
{
border-color: #7FD8C1;
}
.TagClassName
{
border-color: #7FD8C1;
}
</style>