Shades of Bermuda #7CDFB5
Tints of Bermuda #7CDFB5
RGB
CMYK
RGB Variations
Color information
#7CDFB5 (or 0x7CDFB5) is known color: Bermuda. HEX triplet: 7C, DF and B5. RGB value is (124,223,181). Sum of RGB (Red+Green+Blue) = 124+223+181=528 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.48% from 528); Green value is 223 (87.5% from 255 or 42.23% from 528); Blue value is 181 (71.09% from 255 or 34.28% from 528); Max value from RGB is 223 - color contains mainly: green. Hex color #7CDFB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CDFB5 is #83204A. Grayscale: #BCBCBC. Windows color (decimal): -8593483 or 11919228. OLE color: 11919228.
HSL color Cylindrical-coordinate representation of color #7CDFB5: hue angle of 154.55º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CDFB5 is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 223 | 181 | - |
| CMYK | 0.44 | 0 | 0.19 | 0.13 |
| HSL | 154.55º | 0.61% | 0.68% | - |
| HSV(B) | 154.55º | 0.44% | 0.87% | - |
| XYZ | 43.04 | 60.4 | 53.11 | - |
| YUV | 188.61 | 123.7 | 81.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 223 | 181 | 0.44 | 0 | 0.19 | 0.13 | 154.55 | 0.61 | 0.68 |
| Hex | 7C | DF | B5 | 2C | 0 | 13 | D | 9B | 3D | 44 |
| Octal | 174 | 337 | 265 | 54 | 0 | 23 | 15 | 233 | 75 | 104 |
| Binary | 1111100 | 11011111 | 10110101 | 101100 | 0 | 10011 | 1101 | 10011011 | 111101 | 1000100 |
Color Harmonies of #7CDFB5
Complementary color
Monochromatic Colors of #7CDFB5
Black with #7CDFB5
Text Example
Text Example
White with #7CDFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDFB5; }
p { color: rgb(124,223,181); }
H1.HeaderClassName
{
color: #7CDFB5;
}
.AnyTagClassName
{
color: #7CDFB5;
}
</style>
background-color css
<style>
a { background-color: #7CDFB5; }
a { background-color: rgb(124,223,181); }
div.DivClassName
{
background-color: #7CDFB5;
}
.BgClassName
{
background-color: #7CDFB5;
}
</style>
border-color css
<style>
span { border-color: #7CDFB5; }
span { border-color: rgb(124,223,181); }
td.TdClassName
{
border-color: #7CDFB5;
}
.TagClassName
{
border-color: #7CDFB5;
}
</style>