Shades of Bermuda #7FCAC3
Tints of Bermuda #7FCAC3
RGB
CMYK
RGB Variations
Color information
#7FCAC3 (or 0x7FCAC3) is known color: Bermuda. HEX triplet: 7F, CA and C3. RGB value is (127,202,195). Sum of RGB (Red+Green+Blue) = 127+202+195=524 (69% of max value = 765). Red value is 127 (50% from 255 or 24.24% from 524); Green value is 202 (79.30% from 255 or 38.55% from 524); Blue value is 195 (76.56% from 255 or 37.21% from 524); Max value from RGB is 202 - color contains mainly: green. Hex color #7FCAC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCAC3 is #80353C. Grayscale: #B2B2B2. Windows color (decimal): -8402237 or 12831359. OLE color: 12831359.
HSL color Cylindrical-coordinate representation of color #7FCAC3: hue angle of 174.4º 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 #7FCAC3 is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 127 | 202 | 195 | - |
| CMYK | 0.37 | 0 | 0.03 | 0.21 |
| HSL | 174.4º | 0.41% | 0.65% | - |
| HSV(B) | 174.4º | 0.37% | 0.79% | - |
| XYZ | 39.72 | 50.69 | 59.32 | - |
| YUV | 178.78 | 137.15 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 202 | 195 | 0.37 | 0 | 0.03 | 0.21 | 174.4 | 0.41 | 0.65 |
| Hex | 7F | CA | C3 | 25 | 0 | 3 | 15 | AE | 29 | 41 |
| Octal | 177 | 312 | 303 | 45 | 0 | 3 | 25 | 256 | 51 | 101 |
| Binary | 1111111 | 11001010 | 11000011 | 100101 | 0 | 11 | 10101 | 10101110 | 101001 | 1000001 |
Color Harmonies of #7FCAC3
Complementary color
Monochromatic Colors of #7FCAC3
Black with #7FCAC3
Text Example
Text Example
White with #7FCAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCAC3; }
p { color: rgb(127,202,195); }
H1.HeaderClassName
{
color: #7FCAC3;
}
.AnyTagClassName
{
color: #7FCAC3;
}
</style>
background-color css
<style>
a { background-color: #7FCAC3; }
a { background-color: rgb(127,202,195); }
div.DivClassName
{
background-color: #7FCAC3;
}
.BgClassName
{
background-color: #7FCAC3;
}
</style>
border-color css
<style>
span { border-color: #7FCAC3; }
span { border-color: rgb(127,202,195); }
td.TdClassName
{
border-color: #7FCAC3;
}
.TagClassName
{
border-color: #7FCAC3;
}
</style>