Shades of Bermuda #7CCFC4
Tints of Bermuda #7CCFC4
RGB
CMYK
RGB Variations
Color information
#7CCFC4 (or 0x7CCFC4) is known color: Bermuda. HEX triplet: 7C, CF and C4. RGB value is (124,207,196). Sum of RGB (Red+Green+Blue) = 124+207+196=527 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.53% from 527); Green value is 207 (81.25% from 255 or 39.28% from 527); Blue value is 196 (76.95% from 255 or 37.19% from 527); Max value from RGB is 207 - color contains mainly: green. Hex color #7CCFC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCFC4 is #83303B. Grayscale: #B4B4B4. Windows color (decimal): -8597564 or 12898172. OLE color: 12898172.
HSL color Cylindrical-coordinate representation of color #7CCFC4: hue angle of 172.05º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7CCFC4 is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 207 | 196 | - |
| CMYK | 0.40 | 0 | 0.05 | 0.19 |
| HSL | 172.05º | 0.46% | 0.65% | - |
| HSV(B) | 172.05º | 0.4% | 0.81% | - |
| XYZ | 40.59 | 52.9 | 60.3 | - |
| YUV | 180.93 | 136.5 | 87.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 207 | 196 | 0.40 | 0 | 0.05 | 0.19 | 172.05 | 0.46 | 0.65 |
| Hex | 7C | CF | C4 | 28 | 0 | 5 | 13 | AC | 2E | 41 |
| Octal | 174 | 317 | 304 | 50 | 0 | 5 | 23 | 254 | 56 | 101 |
| Binary | 1111100 | 11001111 | 11000100 | 101000 | 0 | 101 | 10011 | 10101100 | 101110 | 1000001 |
Color Harmonies of #7CCFC4
Complementary color
Monochromatic Colors of #7CCFC4
Black with #7CCFC4
Text Example
Text Example
White with #7CCFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCFC4; }
p { color: rgb(124,207,196); }
H1.HeaderClassName
{
color: #7CCFC4;
}
.AnyTagClassName
{
color: #7CCFC4;
}
</style>
background-color css
<style>
a { background-color: #7CCFC4; }
a { background-color: rgb(124,207,196); }
div.DivClassName
{
background-color: #7CCFC4;
}
.BgClassName
{
background-color: #7CCFC4;
}
</style>
border-color css
<style>
span { border-color: #7CCFC4; }
span { border-color: rgb(124,207,196); }
td.TdClassName
{
border-color: #7CCFC4;
}
.TagClassName
{
border-color: #7CCFC4;
}
</style>