Shades of Bermuda #7FD9B2
Tints of Bermuda #7FD9B2
RGB
CMYK
RGB Variations
Color information
#7FD9B2 (or 0x7FD9B2) is known color: Bermuda. HEX triplet: 7F, D9 and B2. RGB value is (127,217,178). Sum of RGB (Red+Green+Blue) = 127+217+178=522 (69% of max value = 765). Red value is 127 (50% from 255 or 24.33% from 522); Green value is 217 (85.16% from 255 or 41.57% from 522); Blue value is 178 (69.92% from 255 or 34.10% from 522); Max value from RGB is 217 - color contains mainly: green. Hex color #7FD9B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FD9B2 is #80264D. Grayscale: #B9B9B9. Windows color (decimal): -8398414 or 11721087. OLE color: 11721087.
HSL color Cylindrical-coordinate representation of color #7FD9B2: hue angle of 154º degrees, saturation: 0.54, 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 #7FD9B2 is Cyan = 0.41, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 127 | 217 | 178 | - |
| CMYK | 0.41 | 0 | 0.18 | 0.15 |
| HSL | 154º | 0.54% | 0.67% | - |
| HSV(B) | 154º | 0.41% | 0.85% | - |
| XYZ | 41.6 | 57.35 | 51 | - |
| YUV | 185.64 | 123.68 | 86.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 217 | 178 | 0.41 | 0 | 0.18 | 0.15 | 154 | 0.54 | 0.67 |
| Hex | 7F | D9 | B2 | 29 | 0 | 12 | F | 9A | 36 | 43 |
| Octal | 177 | 331 | 262 | 51 | 0 | 22 | 17 | 232 | 66 | 103 |
| Binary | 1111111 | 11011001 | 10110010 | 101001 | 0 | 10010 | 1111 | 10011010 | 110110 | 1000011 |
Color Harmonies of #7FD9B2
Complementary color
Monochromatic Colors of #7FD9B2
Black with #7FD9B2
Text Example
Text Example
White with #7FD9B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD9B2; }
p { color: rgb(127,217,178); }
H1.HeaderClassName
{
color: #7FD9B2;
}
.AnyTagClassName
{
color: #7FD9B2;
}
</style>
background-color css
<style>
a { background-color: #7FD9B2; }
a { background-color: rgb(127,217,178); }
div.DivClassName
{
background-color: #7FD9B2;
}
.BgClassName
{
background-color: #7FD9B2;
}
</style>
border-color css
<style>
span { border-color: #7FD9B2; }
span { border-color: rgb(127,217,178); }
td.TdClassName
{
border-color: #7FD9B2;
}
.TagClassName
{
border-color: #7FD9B2;
}
</style>