Shades of Bermuda #7CDAB2
Tints of Bermuda #7CDAB2
RGB
CMYK
RGB Variations
Color information
#7CDAB2 (or 0x7CDAB2) is known color: Bermuda. HEX triplet: 7C, DA and B2. RGB value is (124,218,178). Sum of RGB (Red+Green+Blue) = 124+218+178=520 (68% of max value = 765). Red value is 124 (48.83% from 255 or 23.85% from 520); Green value is 218 (85.55% from 255 or 41.92% from 520); Blue value is 178 (69.92% from 255 or 34.23% from 520); Max value from RGB is 218 - color contains mainly: green. Hex color #7CDAB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CDAB2 is #83254D. Grayscale: #B9B9B9. Windows color (decimal): -8594766 or 11721340. OLE color: 11721340.
HSL color Cylindrical-coordinate representation of color #7CDAB2: hue angle of 154.47º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7CDAB2 is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 124 | 218 | 178 | - |
| CMYK | 0.43 | 0 | 0.18 | 0.15 |
| HSL | 154.47º | 0.56% | 0.67% | - |
| HSV(B) | 154.47º | 0.43% | 0.85% | - |
| XYZ | 41.42 | 57.64 | 51.06 | - |
| YUV | 185.33 | 123.86 | 84.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 218 | 178 | 0.43 | 0 | 0.18 | 0.15 | 154.47 | 0.56 | 0.67 |
| Hex | 7C | DA | B2 | 2B | 0 | 12 | F | 9A | 38 | 43 |
| Octal | 174 | 332 | 262 | 53 | 0 | 22 | 17 | 232 | 70 | 103 |
| Binary | 1111100 | 11011010 | 10110010 | 101011 | 0 | 10010 | 1111 | 10011010 | 111000 | 1000011 |
Color Harmonies of #7CDAB2
Complementary color
Monochromatic Colors of #7CDAB2
Black with #7CDAB2
Text Example
Text Example
White with #7CDAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDAB2; }
p { color: rgb(124,218,178); }
H1.HeaderClassName
{
color: #7CDAB2;
}
.AnyTagClassName
{
color: #7CDAB2;
}
</style>
background-color css
<style>
a { background-color: #7CDAB2; }
a { background-color: rgb(124,218,178); }
div.DivClassName
{
background-color: #7CDAB2;
}
.BgClassName
{
background-color: #7CDAB2;
}
</style>
border-color css
<style>
span { border-color: #7CDAB2; }
span { border-color: rgb(124,218,178); }
td.TdClassName
{
border-color: #7CDAB2;
}
.TagClassName
{
border-color: #7CDAB2;
}
</style>