Shades of Bermuda #7CCAC0
Tints of Bermuda #7CCAC0
RGB
CMYK
RGB Variations
Color information
#7CCAC0 (or 0x7CCAC0) is known color: Bermuda. HEX triplet: 7C, CA and C0. RGB value is (124,202,192). Sum of RGB (Red+Green+Blue) = 124+202+192=518 (68% of max value = 765). Red value is 124 (48.83% from 255 or 23.94% from 518); Green value is 202 (79.30% from 255 or 39.00% from 518); Blue value is 192 (75.39% from 255 or 37.07% from 518); Max value from RGB is 202 - color contains mainly: green. Hex color #7CCAC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCAC0 is #83353F. Grayscale: #B1B1B1. Windows color (decimal): -8598848 or 12634748. OLE color: 12634748.
HSL color Cylindrical-coordinate representation of color #7CCAC0: hue angle of 172.31º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7CCAC0 is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 124 | 202 | 192 | - |
| CMYK | 0.39 | 0 | 0.05 | 0.21 |
| HSL | 172.31º | 0.42% | 0.64% | - |
| HSV(B) | 172.31º | 0.39% | 0.79% | - |
| XYZ | 38.95 | 50.33 | 57.53 | - |
| YUV | 177.54 | 136.16 | 89.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 202 | 192 | 0.39 | 0 | 0.05 | 0.21 | 172.31 | 0.42 | 0.64 |
| Hex | 7C | CA | C0 | 27 | 0 | 5 | 15 | AC | 2A | 40 |
| Octal | 174 | 312 | 300 | 47 | 0 | 5 | 25 | 254 | 52 | 100 |
| Binary | 1111100 | 11001010 | 11000000 | 100111 | 0 | 101 | 10101 | 10101100 | 101010 | 1000000 |
Color Harmonies of #7CCAC0
Complementary color
Monochromatic Colors of #7CCAC0
Black with #7CCAC0
Text Example
Text Example
White with #7CCAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCAC0; }
p { color: rgb(124,202,192); }
H1.HeaderClassName
{
color: #7CCAC0;
}
.AnyTagClassName
{
color: #7CCAC0;
}
</style>
background-color css
<style>
a { background-color: #7CCAC0; }
a { background-color: rgb(124,202,192); }
div.DivClassName
{
background-color: #7CCAC0;
}
.BgClassName
{
background-color: #7CCAC0;
}
</style>
border-color css
<style>
span { border-color: #7CCAC0; }
span { border-color: rgb(124,202,192); }
td.TdClassName
{
border-color: #7CCAC0;
}
.TagClassName
{
border-color: #7CCAC0;
}
</style>