Shades of Bermuda #7CCFC1
Tints of Bermuda #7CCFC1
RGB
CMYK
RGB Variations
Color information
#7CCFC1 (or 0x7CCFC1) is known color: Bermuda. HEX triplet: 7C, CF and C1. RGB value is (124,207,193). Sum of RGB (Red+Green+Blue) = 124+207+193=524 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.66% from 524); Green value is 207 (81.25% from 255 or 39.50% from 524); Blue value is 193 (75.78% from 255 or 36.83% from 524); Max value from RGB is 207 - color contains mainly: green. Hex color #7CCFC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCFC1 is #83303E. Grayscale: #B4B4B4. Windows color (decimal): -8597567 or 12701564. OLE color: 12701564.
HSL color Cylindrical-coordinate representation of color #7CCFC1: hue angle of 169.88º 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 #7CCFC1 is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 207 | 193 | - |
| CMYK | 0.40 | 0 | 0.07 | 0.19 |
| HSL | 169.88º | 0.46% | 0.65% | - |
| HSV(B) | 169.88º | 0.4% | 0.81% | - |
| XYZ | 40.25 | 52.76 | 58.51 | - |
| YUV | 180.59 | 135 | 87.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 207 | 193 | 0.40 | 0 | 0.07 | 0.19 | 169.88 | 0.46 | 0.65 |
| Hex | 7C | CF | C1 | 28 | 0 | 7 | 13 | AA | 2E | 41 |
| Octal | 174 | 317 | 301 | 50 | 0 | 7 | 23 | 252 | 56 | 101 |
| Binary | 1111100 | 11001111 | 11000001 | 101000 | 0 | 111 | 10011 | 10101010 | 101110 | 1000001 |
Color Harmonies of #7CCFC1
Complementary color
Monochromatic Colors of #7CCFC1
Black with #7CCFC1
Text Example
Text Example
White with #7CCFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCFC1; }
p { color: rgb(124,207,193); }
H1.HeaderClassName
{
color: #7CCFC1;
}
.AnyTagClassName
{
color: #7CCFC1;
}
</style>
background-color css
<style>
a { background-color: #7CCFC1; }
a { background-color: rgb(124,207,193); }
div.DivClassName
{
background-color: #7CCFC1;
}
.BgClassName
{
background-color: #7CCFC1;
}
</style>
border-color css
<style>
span { border-color: #7CCFC1; }
span { border-color: rgb(124,207,193); }
td.TdClassName
{
border-color: #7CCFC1;
}
.TagClassName
{
border-color: #7CCFC1;
}
</style>