Shades of Bermuda #7BDABC
Tints of Bermuda #7BDABC
RGB
CMYK
RGB Variations
Color information
#7BDABC (or 0x7BDABC) is known color: Bermuda. HEX triplet: 7B, DA and BC. RGB value is (123,218,188). Sum of RGB (Red+Green+Blue) = 123+218+188=529 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.25% from 529); Green value is 218 (85.55% from 255 or 41.21% from 529); Blue value is 188 (73.83% from 255 or 35.54% from 529); Max value from RGB is 218 - color contains mainly: green. Hex color #7BDABC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BDABC is #842543. Grayscale: #BABABA. Windows color (decimal): -8660292 or 12376699. OLE color: 12376699.
HSL color Cylindrical-coordinate representation of color #7BDABC: hue angle of 161.05º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BDABC is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 123 | 218 | 188 | - |
| CMYK | 0.44 | 0 | 0.14 | 0.15 |
| HSL | 161.05º | 0.56% | 0.67% | - |
| HSV(B) | 161.05º | 0.44% | 0.85% | - |
| XYZ | 42.32 | 57.98 | 56.54 | - |
| YUV | 186.18 | 129.03 | 82.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 218 | 188 | 0.44 | 0 | 0.14 | 0.15 | 161.05 | 0.56 | 0.67 |
| Hex | 7B | DA | BC | 2C | 0 | E | F | A1 | 38 | 43 |
| Octal | 173 | 332 | 274 | 54 | 0 | 16 | 17 | 241 | 70 | 103 |
| Binary | 1111011 | 11011010 | 10111100 | 101100 | 0 | 1110 | 1111 | 10100001 | 111000 | 1000011 |
Color Harmonies of #7BDABC
Complementary color
Monochromatic Colors of #7BDABC
Black with #7BDABC
Text Example
Text Example
White with #7BDABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDABC; }
p { color: rgb(123,218,188); }
H1.HeaderClassName
{
color: #7BDABC;
}
.AnyTagClassName
{
color: #7BDABC;
}
</style>
background-color css
<style>
a { background-color: #7BDABC; }
a { background-color: rgb(123,218,188); }
div.DivClassName
{
background-color: #7BDABC;
}
.BgClassName
{
background-color: #7BDABC;
}
</style>
border-color css
<style>
span { border-color: #7BDABC; }
span { border-color: rgb(123,218,188); }
td.TdClassName
{
border-color: #7BDABC;
}
.TagClassName
{
border-color: #7BDABC;
}
</style>