Shades of Bermuda #7FCDC9
Tints of Bermuda #7FCDC9
RGB
CMYK
RGB Variations
Color information
#7FCDC9 (or 0x7FCDC9) is known color: Bermuda. HEX triplet: 7F, CD and C9. RGB value is (127,205,201). Sum of RGB (Red+Green+Blue) = 127+205+201=533 (70% of max value = 765). Red value is 127 (50% from 255 or 23.83% from 533); Green value is 205 (80.47% from 255 or 38.46% from 533); Blue value is 201 (78.91% from 255 or 37.71% from 533); Max value from RGB is 205 - color contains mainly: green. Hex color #7FCDC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCDC9 is #803236. Grayscale: #B5B5B5. Windows color (decimal): -8401463 or 13225343. OLE color: 13225343.
HSL color Cylindrical-coordinate representation of color #7FCDC9: hue angle of 176.92º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7FCDC9 is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 205 | 201 | - |
| CMYK | 0.38 | 0 | 0.02 | 0.20 |
| HSL | 176.92º | 0.44% | 0.65% | - |
| HSV(B) | 176.92º | 0.38% | 0.8% | - |
| XYZ | 41.13 | 52.39 | 63.2 | - |
| YUV | 181.22 | 139.16 | 89.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 205 | 201 | 0.38 | 0 | 0.02 | 0.20 | 176.92 | 0.44 | 0.65 |
| Hex | 7F | CD | C9 | 26 | 0 | 2 | 14 | B1 | 2C | 41 |
| Octal | 177 | 315 | 311 | 46 | 0 | 2 | 24 | 261 | 54 | 101 |
| Binary | 1111111 | 11001101 | 11001001 | 100110 | 0 | 10 | 10100 | 10110001 | 101100 | 1000001 |
Color Harmonies of #7FCDC9
Complementary color
Monochromatic Colors of #7FCDC9
Black with #7FCDC9
Text Example
Text Example
White with #7FCDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCDC9; }
p { color: rgb(127,205,201); }
H1.HeaderClassName
{
color: #7FCDC9;
}
.AnyTagClassName
{
color: #7FCDC9;
}
</style>
background-color css
<style>
a { background-color: #7FCDC9; }
a { background-color: rgb(127,205,201); }
div.DivClassName
{
background-color: #7FCDC9;
}
.BgClassName
{
background-color: #7FCDC9;
}
</style>
border-color css
<style>
span { border-color: #7FCDC9; }
span { border-color: rgb(127,205,201); }
td.TdClassName
{
border-color: #7FCDC9;
}
.TagClassName
{
border-color: #7FCDC9;
}
</style>