Shades of Bermuda #7CCFC0
Tints of Bermuda #7CCFC0
RGB
CMYK
RGB Variations
Color information
#7CCFC0 (or 0x7CCFC0) is known color: Bermuda. HEX triplet: 7C, CF and C0. RGB value is (124,207,192). Sum of RGB (Red+Green+Blue) = 124+207+192=523 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.71% from 523); Green value is 207 (81.25% from 255 or 39.58% from 523); Blue value is 192 (75.39% from 255 or 36.71% from 523); Max value from RGB is 207 - color contains mainly: green. Hex color #7CCFC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCFC0 is #83303F. Grayscale: #B4B4B4. Windows color (decimal): -8597568 or 12636028. OLE color: 12636028.
HSL color Cylindrical-coordinate representation of color #7CCFC0: hue angle of 169.16º 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 #7CCFC0 is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 207 | 192 | - |
| CMYK | 0.40 | 0 | 0.07 | 0.19 |
| HSL | 169.16º | 0.46% | 0.65% | - |
| HSV(B) | 169.16º | 0.4% | 0.81% | - |
| XYZ | 40.14 | 52.72 | 57.93 | - |
| YUV | 180.47 | 134.5 | 87.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 207 | 192 | 0.40 | 0 | 0.07 | 0.19 | 169.16 | 0.46 | 0.65 |
| Hex | 7C | CF | C0 | 28 | 0 | 7 | 13 | A9 | 2E | 41 |
| Octal | 174 | 317 | 300 | 50 | 0 | 7 | 23 | 251 | 56 | 101 |
| Binary | 1111100 | 11001111 | 11000000 | 101000 | 0 | 111 | 10011 | 10101001 | 101110 | 1000001 |
Color Harmonies of #7CCFC0
Complementary color
Monochromatic Colors of #7CCFC0
Black with #7CCFC0
Text Example
Text Example
White with #7CCFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCFC0; }
p { color: rgb(124,207,192); }
H1.HeaderClassName
{
color: #7CCFC0;
}
.AnyTagClassName
{
color: #7CCFC0;
}
</style>
background-color css
<style>
a { background-color: #7CCFC0; }
a { background-color: rgb(124,207,192); }
div.DivClassName
{
background-color: #7CCFC0;
}
.BgClassName
{
background-color: #7CCFC0;
}
</style>
border-color css
<style>
span { border-color: #7CCFC0; }
span { border-color: rgb(124,207,192); }
td.TdClassName
{
border-color: #7CCFC0;
}
.TagClassName
{
border-color: #7CCFC0;
}
</style>