Shades of Bermuda #7CD2C5
Tints of Bermuda #7CD2C5
RGB
CMYK
RGB Variations
Color information
#7CD2C5 (or 0x7CD2C5) is known color: Bermuda. HEX triplet: 7C, D2 and C5. RGB value is (124,210,197). Sum of RGB (Red+Green+Blue) = 124+210+197=531 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.35% from 531); Green value is 210 (82.42% from 255 or 39.55% from 531); Blue value is 197 (77.34% from 255 or 37.10% from 531); Max value from RGB is 210 - color contains mainly: green. Hex color #7CD2C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CD2C5 is #832D3A. Grayscale: #B6B6B6. Windows color (decimal): -8596795 or 12964476. OLE color: 12964476.
HSL color Cylindrical-coordinate representation of color #7CD2C5: hue angle of 170.93º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7CD2C5 is Cyan = 0.41, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 124 | 210 | 197 | - |
| CMYK | 0.41 | 0 | 0.06 | 0.18 |
| HSL | 170.93º | 0.49% | 0.65% | - |
| HSV(B) | 170.93º | 0.41% | 0.82% | - |
| XYZ | 41.44 | 54.41 | 61.14 | - |
| YUV | 182.8 | 136.01 | 86.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 210 | 197 | 0.41 | 0 | 0.06 | 0.18 | 170.93 | 0.49 | 0.65 |
| Hex | 7C | D2 | C5 | 29 | 0 | 6 | 12 | AB | 31 | 41 |
| Octal | 174 | 322 | 305 | 51 | 0 | 6 | 22 | 253 | 61 | 101 |
| Binary | 1111100 | 11010010 | 11000101 | 101001 | 0 | 110 | 10010 | 10101011 | 110001 | 1000001 |
Color Harmonies of #7CD2C5
Complementary color
Monochromatic Colors of #7CD2C5
Black with #7CD2C5
Text Example
Text Example
White with #7CD2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CD2C5; }
p { color: rgb(124,210,197); }
H1.HeaderClassName
{
color: #7CD2C5;
}
.AnyTagClassName
{
color: #7CD2C5;
}
</style>
background-color css
<style>
a { background-color: #7CD2C5; }
a { background-color: rgb(124,210,197); }
div.DivClassName
{
background-color: #7CD2C5;
}
.BgClassName
{
background-color: #7CD2C5;
}
</style>
border-color css
<style>
span { border-color: #7CD2C5; }
span { border-color: rgb(124,210,197); }
td.TdClassName
{
border-color: #7CD2C5;
}
.TagClassName
{
border-color: #7CD2C5;
}
</style>