Shades of Bermuda #7FD5C1
Tints of Bermuda #7FD5C1
RGB
CMYK
RGB Variations
Color information
#7FD5C1 (or 0x7FD5C1) is known color: Bermuda. HEX triplet: 7F, D5 and C1. RGB value is (127,213,193). Sum of RGB (Red+Green+Blue) = 127+213+193=533 (70% of max value = 765). Red value is 127 (50% from 255 or 23.83% from 533); Green value is 213 (83.59% from 255 or 39.96% from 533); Blue value is 193 (75.78% from 255 or 36.21% from 533); Max value from RGB is 213 - color contains mainly: green. Hex color #7FD5C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FD5C1 is #802A3E. Grayscale: #B8B8B8. Windows color (decimal): -8399423 or 12703103. OLE color: 12703103.
HSL color Cylindrical-coordinate representation of color #7FD5C1: hue angle of 166.05º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7FD5C1 is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 127 | 213 | 193 | - |
| CMYK | 0.40 | 0 | 0.09 | 0.16 |
| HSL | 166.05º | 0.51% | 0.67% | - |
| HSV(B) | 166.05º | 0.4% | 0.84% | - |
| XYZ | 42.17 | 55.95 | 59.03 | - |
| YUV | 185.01 | 132.51 | 86.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 213 | 193 | 0.40 | 0 | 0.09 | 0.16 | 166.05 | 0.51 | 0.67 |
| Hex | 7F | D5 | C1 | 28 | 0 | 9 | 10 | A6 | 33 | 43 |
| Octal | 177 | 325 | 301 | 50 | 0 | 11 | 20 | 246 | 63 | 103 |
| Binary | 1111111 | 11010101 | 11000001 | 101000 | 0 | 1001 | 10000 | 10100110 | 110011 | 1000011 |
Color Harmonies of #7FD5C1
Complementary color
Monochromatic Colors of #7FD5C1
Black with #7FD5C1
Text Example
Text Example
White with #7FD5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD5C1; }
p { color: rgb(127,213,193); }
H1.HeaderClassName
{
color: #7FD5C1;
}
.AnyTagClassName
{
color: #7FD5C1;
}
</style>
background-color css
<style>
a { background-color: #7FD5C1; }
a { background-color: rgb(127,213,193); }
div.DivClassName
{
background-color: #7FD5C1;
}
.BgClassName
{
background-color: #7FD5C1;
}
</style>
border-color css
<style>
span { border-color: #7FD5C1; }
span { border-color: rgb(127,213,193); }
td.TdClassName
{
border-color: #7FD5C1;
}
.TagClassName
{
border-color: #7FD5C1;
}
</style>