Shades of Bermuda #7CCDBE
Tints of Bermuda #7CCDBE
RGB
CMYK
RGB Variations
Color information
#7CCDBE (or 0x7CCDBE) is known color: Bermuda. HEX triplet: 7C, CD and BE. RGB value is (124,205,190). Sum of RGB (Red+Green+Blue) = 124+205+190=519 (68% of max value = 765). Red value is 124 (48.83% from 255 or 23.89% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 205 - color contains mainly: green. Hex color #7CCDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCDBE is #833241. Grayscale: #B3B3B3. Windows color (decimal): -8598082 or 12504444. OLE color: 12504444.
HSL color Cylindrical-coordinate representation of color #7CCDBE: hue angle of 168.89º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7CCDBE is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 205 | 190 | - |
| CMYK | 0.40 | 0 | 0.07 | 0.20 |
| HSL | 168.89º | 0.45% | 0.65% | - |
| HSV(B) | 168.89º | 0.4% | 0.8% | - |
| XYZ | 39.44 | 51.67 | 56.61 | - |
| YUV | 179.07 | 134.16 | 88.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 205 | 190 | 0.40 | 0 | 0.07 | 0.20 | 168.89 | 0.45 | 0.65 |
| Hex | 7C | CD | BE | 28 | 0 | 7 | 14 | A9 | 2D | 41 |
| Octal | 174 | 315 | 276 | 50 | 0 | 7 | 24 | 251 | 55 | 101 |
| Binary | 1111100 | 11001101 | 10111110 | 101000 | 0 | 111 | 10100 | 10101001 | 101101 | 1000001 |
Color Harmonies of #7CCDBE
Complementary color
Monochromatic Colors of #7CCDBE
Black with #7CCDBE
Text Example
Text Example
White with #7CCDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCDBE; }
p { color: rgb(124,205,190); }
H1.HeaderClassName
{
color: #7CCDBE;
}
.AnyTagClassName
{
color: #7CCDBE;
}
</style>
background-color css
<style>
a { background-color: #7CCDBE; }
a { background-color: rgb(124,205,190); }
div.DivClassName
{
background-color: #7CCDBE;
}
.BgClassName
{
background-color: #7CCDBE;
}
</style>
border-color css
<style>
span { border-color: #7CCDBE; }
span { border-color: rgb(124,205,190); }
td.TdClassName
{
border-color: #7CCDBE;
}
.TagClassName
{
border-color: #7CCDBE;
}
</style>