Shades of Bermuda #7FCAC0
Tints of Bermuda #7FCAC0
RGB
CMYK
RGB Variations
Color information
#7FCAC0 (or 0x7FCAC0) is known color: Bermuda. HEX triplet: 7F, CA and C0. RGB value is (127,202,192). Sum of RGB (Red+Green+Blue) = 127+202+192=521 (69% of max value = 765). Red value is 127 (50% from 255 or 24.38% from 521); Green value is 202 (79.30% from 255 or 38.77% from 521); Blue value is 192 (75.39% from 255 or 36.85% from 521); Max value from RGB is 202 - color contains mainly: green. Hex color #7FCAC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCAC0 is #80353F. Grayscale: #B2B2B2. Windows color (decimal): -8402240 or 12634751. OLE color: 12634751.
HSL color Cylindrical-coordinate representation of color #7FCAC0: hue angle of 172º 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 #7FCAC0 is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 127 | 202 | 192 | - |
| CMYK | 0.37 | 0 | 0.05 | 0.21 |
| HSL | 172º | 0.41% | 0.65% | - |
| HSV(B) | 172º | 0.37% | 0.79% | - |
| XYZ | 39.39 | 50.56 | 57.55 | - |
| YUV | 178.44 | 135.65 | 91.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 202 | 192 | 0.37 | 0 | 0.05 | 0.21 | 172 | 0.41 | 0.65 |
| Hex | 7F | CA | C0 | 25 | 0 | 5 | 15 | AC | 29 | 41 |
| Octal | 177 | 312 | 300 | 45 | 0 | 5 | 25 | 254 | 51 | 101 |
| Binary | 1111111 | 11001010 | 11000000 | 100101 | 0 | 101 | 10101 | 10101100 | 101001 | 1000001 |
Color Harmonies of #7FCAC0
Complementary color
Monochromatic Colors of #7FCAC0
Black with #7FCAC0
Text Example
Text Example
White with #7FCAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCAC0; }
p { color: rgb(127,202,192); }
H1.HeaderClassName
{
color: #7FCAC0;
}
.AnyTagClassName
{
color: #7FCAC0;
}
</style>
background-color css
<style>
a { background-color: #7FCAC0; }
a { background-color: rgb(127,202,192); }
div.DivClassName
{
background-color: #7FCAC0;
}
.BgClassName
{
background-color: #7FCAC0;
}
</style>
border-color css
<style>
span { border-color: #7FCAC0; }
span { border-color: rgb(127,202,192); }
td.TdClassName
{
border-color: #7FCAC0;
}
.TagClassName
{
border-color: #7FCAC0;
}
</style>