Shades of Bermuda #7FCFBE
Tints of Bermuda #7FCFBE
RGB
CMYK
RGB Variations
Color information
#7FCFBE (or 0x7FCFBE) is known color: Bermuda. HEX triplet: 7F, CF and BE. RGB value is (127,207,190). Sum of RGB (Red+Green+Blue) = 127+207+190=524 (69% of max value = 765). Red value is 127 (50% from 255 or 24.24% from 524); Green value is 207 (81.25% from 255 or 39.50% from 524); Blue value is 190 (74.61% from 255 or 36.26% from 524); Max value from RGB is 207 - color contains mainly: green. Hex color #7FCFBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCFBE is #803041. Grayscale: #B5B5B5. Windows color (decimal): -8400962 or 12504959. OLE color: 12504959.
HSL color Cylindrical-coordinate representation of color #7FCFBE: hue angle of 167.25º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7FCFBE is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 207 | 190 | - |
| CMYK | 0.39 | 0 | 0.08 | 0.19 |
| HSL | 167.25º | 0.45% | 0.65% | - |
| HSV(B) | 167.25º | 0.39% | 0.81% | - |
| XYZ | 40.36 | 52.86 | 56.79 | - |
| YUV | 181.14 | 133 | 89.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 207 | 190 | 0.39 | 0 | 0.08 | 0.19 | 167.25 | 0.45 | 0.65 |
| Hex | 7F | CF | BE | 27 | 0 | 8 | 13 | A7 | 2D | 41 |
| Octal | 177 | 317 | 276 | 47 | 0 | 10 | 23 | 247 | 55 | 101 |
| Binary | 1111111 | 11001111 | 10111110 | 100111 | 0 | 1000 | 10011 | 10100111 | 101101 | 1000001 |
Color Harmonies of #7FCFBE
Complementary color
Monochromatic Colors of #7FCFBE
Black with #7FCFBE
Text Example
Text Example
White with #7FCFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCFBE; }
p { color: rgb(127,207,190); }
H1.HeaderClassName
{
color: #7FCFBE;
}
.AnyTagClassName
{
color: #7FCFBE;
}
</style>
background-color css
<style>
a { background-color: #7FCFBE; }
a { background-color: rgb(127,207,190); }
div.DivClassName
{
background-color: #7FCFBE;
}
.BgClassName
{
background-color: #7FCFBE;
}
</style>
border-color css
<style>
span { border-color: #7FCFBE; }
span { border-color: rgb(127,207,190); }
td.TdClassName
{
border-color: #7FCFBE;
}
.TagClassName
{
border-color: #7FCFBE;
}
</style>