Shades of Bermuda #7FCABD
Tints of Bermuda #7FCABD
RGB
CMYK
RGB Variations
Color information
#7FCABD (or 0x7FCABD) is known color: Bermuda. HEX triplet: 7F, CA and BD. RGB value is (127,202,189). Sum of RGB (Red+Green+Blue) = 127+202+189=518 (68% of max value = 765). Red value is 127 (50% from 255 or 24.52% from 518); Green value is 202 (79.30% from 255 or 39.00% from 518); Blue value is 189 (74.22% from 255 or 36.49% from 518); Max value from RGB is 202 - color contains mainly: green. Hex color #7FCABD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCABD is #803542. Grayscale: #B2B2B2. Windows color (decimal): -8402243 or 12438143. OLE color: 12438143.
HSL color Cylindrical-coordinate representation of color #7FCABD: hue angle of 169.6º 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 #7FCABD is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 127 | 202 | 189 | - |
| CMYK | 0.37 | 0 | 0.06 | 0.21 |
| HSL | 169.6º | 0.41% | 0.65% | - |
| HSV(B) | 169.6º | 0.37% | 0.79% | - |
| XYZ | 39.06 | 50.43 | 55.82 | - |
| YUV | 178.09 | 134.15 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 202 | 189 | 0.37 | 0 | 0.06 | 0.21 | 169.6 | 0.41 | 0.65 |
| Hex | 7F | CA | BD | 25 | 0 | 6 | 15 | AA | 29 | 41 |
| Octal | 177 | 312 | 275 | 45 | 0 | 6 | 25 | 252 | 51 | 101 |
| Binary | 1111111 | 11001010 | 10111101 | 100101 | 0 | 110 | 10101 | 10101010 | 101001 | 1000001 |
Color Harmonies of #7FCABD
Complementary color
Monochromatic Colors of #7FCABD
Black with #7FCABD
Text Example
Text Example
White with #7FCABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCABD; }
p { color: rgb(127,202,189); }
H1.HeaderClassName
{
color: #7FCABD;
}
.AnyTagClassName
{
color: #7FCABD;
}
</style>
background-color css
<style>
a { background-color: #7FCABD; }
a { background-color: rgb(127,202,189); }
div.DivClassName
{
background-color: #7FCABD;
}
.BgClassName
{
background-color: #7FCABD;
}
</style>
border-color css
<style>
span { border-color: #7FCABD; }
span { border-color: rgb(127,202,189); }
td.TdClassName
{
border-color: #7FCABD;
}
.TagClassName
{
border-color: #7FCABD;
}
</style>