Shades of Bermuda #7CCAC2
Tints of Bermuda #7CCAC2
RGB
CMYK
RGB Variations
Color information
#7CCAC2 (or 0x7CCAC2) is known color: Bermuda. HEX triplet: 7C, CA and C2. RGB value is (124,202,194). Sum of RGB (Red+Green+Blue) = 124+202+194=520 (68% of max value = 765). Red value is 124 (48.83% from 255 or 23.85% from 520); Green value is 202 (79.30% from 255 or 38.85% from 520); Blue value is 194 (76.17% from 255 or 37.31% from 520); Max value from RGB is 202 - color contains mainly: green. Hex color #7CCAC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCAC2 is #83353D. Grayscale: #B1B1B1. Windows color (decimal): -8598846 or 12765820. OLE color: 12765820.
HSL color Cylindrical-coordinate representation of color #7CCAC2: hue angle of 173.85º 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 #7CCAC2 is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 124 | 202 | 194 | - |
| CMYK | 0.39 | 0 | 0.04 | 0.21 |
| HSL | 173.85º | 0.42% | 0.64% | - |
| HSV(B) | 173.85º | 0.39% | 0.79% | - |
| XYZ | 39.17 | 50.42 | 58.71 | - |
| YUV | 177.77 | 137.16 | 89.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 202 | 194 | 0.39 | 0 | 0.04 | 0.21 | 173.85 | 0.42 | 0.64 |
| Hex | 7C | CA | C2 | 27 | 0 | 4 | 15 | AE | 2A | 40 |
| Octal | 174 | 312 | 302 | 47 | 0 | 4 | 25 | 256 | 52 | 100 |
| Binary | 1111100 | 11001010 | 11000010 | 100111 | 0 | 100 | 10101 | 10101110 | 101010 | 1000000 |
Color Harmonies of #7CCAC2
Complementary color
Monochromatic Colors of #7CCAC2
Black with #7CCAC2
Text Example
Text Example
White with #7CCAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCAC2; }
p { color: rgb(124,202,194); }
H1.HeaderClassName
{
color: #7CCAC2;
}
.AnyTagClassName
{
color: #7CCAC2;
}
</style>
background-color css
<style>
a { background-color: #7CCAC2; }
a { background-color: rgb(124,202,194); }
div.DivClassName
{
background-color: #7CCAC2;
}
.BgClassName
{
background-color: #7CCAC2;
}
</style>
border-color css
<style>
span { border-color: #7CCAC2; }
span { border-color: rgb(124,202,194); }
td.TdClassName
{
border-color: #7CCAC2;
}
.TagClassName
{
border-color: #7CCAC2;
}
</style>