Shades of Bermuda #7CD5C4
Tints of Bermuda #7CD5C4
RGB
CMYK
RGB Variations
Color information
#7CD5C4 (or 0x7CD5C4) is known color: Bermuda. HEX triplet: 7C, D5 and C4. RGB value is (124,213,196). Sum of RGB (Red+Green+Blue) = 124+213+196=533 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.26% from 533); Green value is 213 (83.59% from 255 or 39.96% from 533); Blue value is 196 (76.95% from 255 or 36.77% from 533); Max value from RGB is 213 - color contains mainly: green. Hex color #7CD5C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CD5C4 is #832A3B. Grayscale: #B8B8B8. Windows color (decimal): -8596028 or 12899708. OLE color: 12899708.
HSL color Cylindrical-coordinate representation of color #7CD5C4: hue angle of 168.54º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7CD5C4 is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 124 | 213 | 196 | - |
| CMYK | 0.42 | 0 | 0.08 | 0.16 |
| HSL | 168.54º | 0.51% | 0.66% | - |
| HSV(B) | 168.54º | 0.42% | 0.84% | - |
| XYZ | 42.07 | 55.86 | 60.79 | - |
| YUV | 184.45 | 134.51 | 84.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 213 | 196 | 0.42 | 0 | 0.08 | 0.16 | 168.54 | 0.51 | 0.66 |
| Hex | 7C | D5 | C4 | 2A | 0 | 8 | 10 | A9 | 33 | 42 |
| Octal | 174 | 325 | 304 | 52 | 0 | 10 | 20 | 251 | 63 | 102 |
| Binary | 1111100 | 11010101 | 11000100 | 101010 | 0 | 1000 | 10000 | 10101001 | 110011 | 1000010 |
Color Harmonies of #7CD5C4
Complementary color
Monochromatic Colors of #7CD5C4
Black with #7CD5C4
Text Example
Text Example
White with #7CD5C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CD5C4; }
p { color: rgb(124,213,196); }
H1.HeaderClassName
{
color: #7CD5C4;
}
.AnyTagClassName
{
color: #7CD5C4;
}
</style>
background-color css
<style>
a { background-color: #7CD5C4; }
a { background-color: rgb(124,213,196); }
div.DivClassName
{
background-color: #7CD5C4;
}
.BgClassName
{
background-color: #7CD5C4;
}
</style>
border-color css
<style>
span { border-color: #7CD5C4; }
span { border-color: rgb(124,213,196); }
td.TdClassName
{
border-color: #7CD5C4;
}
.TagClassName
{
border-color: #7CD5C4;
}
</style>