Shades of Bermuda #7CCEC9
Tints of Bermuda #7CCEC9
RGB
CMYK
RGB Variations
Color information
#7CCEC9 (or 0x7CCEC9) is known color: Bermuda. HEX triplet: 7C, CE and C9. RGB value is (124,206,201). Sum of RGB (Red+Green+Blue) = 124+206+201=531 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.35% from 531); Green value is 206 (80.86% from 255 or 38.79% from 531); Blue value is 201 (78.91% from 255 or 37.85% from 531); Max value from RGB is 206 - color contains mainly: green. Hex color #7CCEC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCEC9 is #833136. Grayscale: #B4B4B4. Windows color (decimal): -8597815 or 13225596. OLE color: 13225596.
HSL color Cylindrical-coordinate representation of color #7CCEC9: hue angle of 176.34º 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 #7CCEC9 is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 206 | 201 | - |
| CMYK | 0.40 | 0 | 0.02 | 0.19 |
| HSL | 176.34º | 0.46% | 0.65% | - |
| HSV(B) | 176.34º | 0.4% | 0.81% | - |
| XYZ | 40.93 | 52.64 | 63.26 | - |
| YUV | 180.91 | 139.33 | 87.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 206 | 201 | 0.40 | 0 | 0.02 | 0.19 | 176.34 | 0.46 | 0.65 |
| Hex | 7C | CE | C9 | 28 | 0 | 2 | 13 | B0 | 2E | 41 |
| Octal | 174 | 316 | 311 | 50 | 0 | 2 | 23 | 260 | 56 | 101 |
| Binary | 1111100 | 11001110 | 11001001 | 101000 | 0 | 10 | 10011 | 10110000 | 101110 | 1000001 |
Color Harmonies of #7CCEC9
Complementary color
Monochromatic Colors of #7CCEC9
Black with #7CCEC9
Text Example
Text Example
White with #7CCEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCEC9; }
p { color: rgb(124,206,201); }
H1.HeaderClassName
{
color: #7CCEC9;
}
.AnyTagClassName
{
color: #7CCEC9;
}
</style>
background-color css
<style>
a { background-color: #7CCEC9; }
a { background-color: rgb(124,206,201); }
div.DivClassName
{
background-color: #7CCEC9;
}
.BgClassName
{
background-color: #7CCEC9;
}
</style>
border-color css
<style>
span { border-color: #7CCEC9; }
span { border-color: rgb(124,206,201); }
td.TdClassName
{
border-color: #7CCEC9;
}
.TagClassName
{
border-color: #7CCEC9;
}
</style>