Shades of Bermuda #7CDCB1
Tints of Bermuda #7CDCB1
RGB
CMYK
RGB Variations
Color information
#7CDCB1 (or 0x7CDCB1) is known color: Bermuda. HEX triplet: 7C, DC and B1. RGB value is (124,220,177). Sum of RGB (Red+Green+Blue) = 124+220+177=521 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.80% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 177 (69.53% from 255 or 33.97% from 521); Max value from RGB is 220 - color contains mainly: green. Hex color #7CDCB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CDCB1 is #83234E. Grayscale: #BABABA. Windows color (decimal): -8594255 or 11656316. OLE color: 11656316.
HSL color Cylindrical-coordinate representation of color #7CDCB1: hue angle of 153.12º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CDCB1 is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 220 | 177 | - |
| CMYK | 0.44 | 0 | 0.20 | 0.14 |
| HSL | 153.13º | 0.58% | 0.67% | - |
| HSV(B) | 153.13º | 0.44% | 0.86% | - |
| XYZ | 41.84 | 58.65 | 50.71 | - |
| YUV | 186.39 | 122.7 | 83.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 220 | 177 | 0.44 | 0 | 0.20 | 0.14 | 153.13 | 0.58 | 0.67 |
| Hex | 7C | DC | B1 | 2C | 0 | 14 | E | 99 | 3A | 43 |
| Octal | 174 | 334 | 261 | 54 | 0 | 24 | 16 | 231 | 72 | 103 |
| Binary | 1111100 | 11011100 | 10110001 | 101100 | 0 | 10100 | 1110 | 10011001 | 111010 | 1000011 |
Color Harmonies of #7CDCB1
Complementary color
Monochromatic Colors of #7CDCB1
Black with #7CDCB1
Text Example
Text Example
White with #7CDCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDCB1; }
p { color: rgb(124,220,177); }
H1.HeaderClassName
{
color: #7CDCB1;
}
.AnyTagClassName
{
color: #7CDCB1;
}
</style>
background-color css
<style>
a { background-color: #7CDCB1; }
a { background-color: rgb(124,220,177); }
div.DivClassName
{
background-color: #7CDCB1;
}
.BgClassName
{
background-color: #7CDCB1;
}
</style>
border-color css
<style>
span { border-color: #7CDCB1; }
span { border-color: rgb(124,220,177); }
td.TdClassName
{
border-color: #7CDCB1;
}
.TagClassName
{
border-color: #7CDCB1;
}
</style>