Shades of Bermuda #7CE0B7
Tints of Bermuda #7CE0B7
RGB
CMYK
RGB Variations
Color information
#7CE0B7 (or 0x7CE0B7) is known color: Bermuda. HEX triplet: 7C, E0 and B7. RGB value is (124,224,183). Sum of RGB (Red+Green+Blue) = 124+224+183=531 (70% of max value = 765). Red value is 124 (48.83% from 255 or 23.35% from 531); Green value is 224 (87.89% from 255 or 42.18% from 531); Blue value is 183 (71.88% from 255 or 34.46% from 531); Max value from RGB is 224 - color contains mainly: green. Hex color #7CE0B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CE0B7 is #831F48. Grayscale: #BDBDBD. Windows color (decimal): -8593225 or 12050556. OLE color: 12050556.
HSL color Cylindrical-coordinate representation of color #7CE0B7: hue angle of 155.4º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7CE0B7 is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 124 | 224 | 183 | - |
| CMYK | 0.45 | 0 | 0.18 | 0.12 |
| HSL | 155.4º | 0.62% | 0.68% | - |
| HSV(B) | 155.4º | 0.45% | 0.88% | - |
| XYZ | 43.52 | 61.02 | 54.28 | - |
| YUV | 189.43 | 124.37 | 81.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 224 | 183 | 0.45 | 0 | 0.18 | 0.12 | 155.4 | 0.62 | 0.68 |
| Hex | 7C | E0 | B7 | 2D | 0 | 12 | C | 9B | 3E | 44 |
| Octal | 174 | 340 | 267 | 55 | 0 | 22 | 14 | 233 | 76 | 104 |
| Binary | 1111100 | 11100000 | 10110111 | 101101 | 0 | 10010 | 1100 | 10011011 | 111110 | 1000100 |
Color Harmonies of #7CE0B7
Complementary color
Monochromatic Colors of #7CE0B7
Black with #7CE0B7
Text Example
Text Example
White with #7CE0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CE0B7; }
p { color: rgb(124,224,183); }
H1.HeaderClassName
{
color: #7CE0B7;
}
.AnyTagClassName
{
color: #7CE0B7;
}
</style>
background-color css
<style>
a { background-color: #7CE0B7; }
a { background-color: rgb(124,224,183); }
div.DivClassName
{
background-color: #7CE0B7;
}
.BgClassName
{
background-color: #7CE0B7;
}
</style>
border-color css
<style>
span { border-color: #7CE0B7; }
span { border-color: rgb(124,224,183); }
td.TdClassName
{
border-color: #7CE0B7;
}
.TagClassName
{
border-color: #7CE0B7;
}
</style>