Shades of Bermuda #7FCABF
Tints of Bermuda #7FCABF
RGB
CMYK
RGB Variations
Color information
#7FCABF (or 0x7FCABF) is known color: Bermuda. HEX triplet: 7F, CA and BF. RGB value is (127,202,191). Sum of RGB (Red+Green+Blue) = 127+202+191=520 (68% of max value = 765). Red value is 127 (50% from 255 or 24.42% from 520); Green value is 202 (79.30% from 255 or 38.85% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 202 - color contains mainly: green. Hex color #7FCABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCABF is #803540. Grayscale: #B2B2B2. Windows color (decimal): -8402241 or 12569215. OLE color: 12569215.
HSL color Cylindrical-coordinate representation of color #7FCABF: hue angle of 171.2º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7FCABF is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 127 | 202 | 191 | - |
| CMYK | 0.37 | 0 | 0.05 | 0.21 |
| HSL | 171.2º | 0.41% | 0.65% | - |
| HSV(B) | 171.2º | 0.37% | 0.79% | - |
| XYZ | 39.28 | 50.51 | 56.97 | - |
| YUV | 178.32 | 135.15 | 91.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 202 | 191 | 0.37 | 0 | 0.05 | 0.21 | 171.2 | 0.41 | 0.65 |
| Hex | 7F | CA | BF | 25 | 0 | 5 | 15 | AB | 29 | 41 |
| Octal | 177 | 312 | 277 | 45 | 0 | 5 | 25 | 253 | 51 | 101 |
| Binary | 1111111 | 11001010 | 10111111 | 100101 | 0 | 101 | 10101 | 10101011 | 101001 | 1000001 |
Color Harmonies of #7FCABF
Complementary color
Monochromatic Colors of #7FCABF
Black with #7FCABF
Text Example
Text Example
White with #7FCABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCABF; }
p { color: rgb(127,202,191); }
H1.HeaderClassName
{
color: #7FCABF;
}
.AnyTagClassName
{
color: #7FCABF;
}
</style>
background-color css
<style>
a { background-color: #7FCABF; }
a { background-color: rgb(127,202,191); }
div.DivClassName
{
background-color: #7FCABF;
}
.BgClassName
{
background-color: #7FCABF;
}
</style>
border-color css
<style>
span { border-color: #7FCABF; }
span { border-color: rgb(127,202,191); }
td.TdClassName
{
border-color: #7FCABF;
}
.TagClassName
{
border-color: #7FCABF;
}
</style>