Shades of Bermuda #7CCECC
Tints of Bermuda #7CCECC
RGB
CMYK
RGB Variations
Color information
#7CCECC (or 0x7CCECC) is known color: Bermuda. HEX triplet: 7C, CE and CC. RGB value is (124,206,204). Sum of RGB (Red+Green+Blue) = 124+206+204=534 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.22% from 534); Green value is 206 (80.86% from 255 or 38.58% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 206 - color contains mainly: green. Hex color #7CCECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCECC is #833133. Grayscale: #B5B5B5. Windows color (decimal): -8597812 or 13422204. OLE color: 13422204.
HSL color Cylindrical-coordinate representation of color #7CCECC: hue angle of 178.54º 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 #7CCECC is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 206 | 204 | - |
| CMYK | 0.40 | 0 | 0.01 | 0.19 |
| HSL | 178.54º | 0.46% | 0.65% | - |
| HSV(B) | 178.54º | 0.4% | 0.81% | - |
| XYZ | 41.28 | 52.79 | 65.14 | - |
| YUV | 181.25 | 140.83 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 206 | 204 | 0.40 | 0 | 0.01 | 0.19 | 178.54 | 0.46 | 0.65 |
| Hex | 7C | CE | CC | 28 | 0 | 1 | 13 | B3 | 2E | 41 |
| Octal | 174 | 316 | 314 | 50 | 0 | 1 | 23 | 263 | 56 | 101 |
| Binary | 1111100 | 11001110 | 11001100 | 101000 | 0 | 1 | 10011 | 10110011 | 101110 | 1000001 |
Color Harmonies of #7CCECC
Complementary color
Monochromatic Colors of #7CCECC
Black with #7CCECC
Text Example
Text Example
White with #7CCECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCECC; }
p { color: rgb(124,206,204); }
H1.HeaderClassName
{
color: #7CCECC;
}
.AnyTagClassName
{
color: #7CCECC;
}
</style>
background-color css
<style>
a { background-color: #7CCECC; }
a { background-color: rgb(124,206,204); }
div.DivClassName
{
background-color: #7CCECC;
}
.BgClassName
{
background-color: #7CCECC;
}
</style>
border-color css
<style>
span { border-color: #7CCECC; }
span { border-color: rgb(124,206,204); }
td.TdClassName
{
border-color: #7CCECC;
}
.TagClassName
{
border-color: #7CCECC;
}
</style>