Shades of Bermuda #7CCEC1
Tints of Bermuda #7CCEC1
RGB
CMYK
RGB Variations
Color information
#7CCEC1 (or 0x7CCEC1) is known color: Bermuda. HEX triplet: 7C, CE and C1. RGB value is (124,206,193). Sum of RGB (Red+Green+Blue) = 124+206+193=523 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.71% from 523); Green value is 206 (80.86% from 255 or 39.39% from 523); Blue value is 193 (75.78% from 255 or 36.90% from 523); Max value from RGB is 206 - color contains mainly: green. Hex color #7CCEC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCEC1 is #83313E. Grayscale: #B3B3B3. Windows color (decimal): -8597823 or 12701308. OLE color: 12701308.
HSL color Cylindrical-coordinate representation of color #7CCEC1: hue angle of 170.49º 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 #7CCEC1 is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 206 | 193 | - |
| CMYK | 0.40 | 0 | 0.06 | 0.19 |
| HSL | 170.49º | 0.46% | 0.65% | - |
| HSV(B) | 170.49º | 0.4% | 0.81% | - |
| XYZ | 40.01 | 52.28 | 58.43 | - |
| YUV | 180 | 135.33 | 88.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 206 | 193 | 0.40 | 0 | 0.06 | 0.19 | 170.49 | 0.46 | 0.65 |
| Hex | 7C | CE | C1 | 28 | 0 | 6 | 13 | AA | 2E | 41 |
| Octal | 174 | 316 | 301 | 50 | 0 | 6 | 23 | 252 | 56 | 101 |
| Binary | 1111100 | 11001110 | 11000001 | 101000 | 0 | 110 | 10011 | 10101010 | 101110 | 1000001 |
Color Harmonies of #7CCEC1
Complementary color
Monochromatic Colors of #7CCEC1
Black with #7CCEC1
Text Example
Text Example
White with #7CCEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCEC1; }
p { color: rgb(124,206,193); }
H1.HeaderClassName
{
color: #7CCEC1;
}
.AnyTagClassName
{
color: #7CCEC1;
}
</style>
background-color css
<style>
a { background-color: #7CCEC1; }
a { background-color: rgb(124,206,193); }
div.DivClassName
{
background-color: #7CCEC1;
}
.BgClassName
{
background-color: #7CCEC1;
}
</style>
border-color css
<style>
span { border-color: #7CCEC1; }
span { border-color: rgb(124,206,193); }
td.TdClassName
{
border-color: #7CCEC1;
}
.TagClassName
{
border-color: #7CCEC1;
}
</style>