Shades of Bermuda #7BDABB
Tints of Bermuda #7BDABB
RGB
CMYK
RGB Variations
Color information
#7BDABB (or 0x7BDABB) is known color: Bermuda. HEX triplet: 7B, DA and BB. RGB value is (123,218,187). Sum of RGB (Red+Green+Blue) = 123+218+187=528 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.30% from 528); Green value is 218 (85.55% from 255 or 41.29% from 528); Blue value is 187 (73.44% from 255 or 35.42% from 528); Max value from RGB is 218 - color contains mainly: green. Hex color #7BDABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BDABB is #842544. Grayscale: #BABABA. Windows color (decimal): -8660293 or 12311163. OLE color: 12311163.
HSL color Cylindrical-coordinate representation of color #7BDABB: hue angle of 160.42º 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 #7BDABB is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 123 | 218 | 187 | - |
| CMYK | 0.44 | 0 | 0.14 | 0.15 |
| HSL | 160.42º | 0.56% | 0.67% | - |
| HSV(B) | 160.42º | 0.44% | 0.85% | - |
| XYZ | 42.21 | 57.94 | 55.97 | - |
| YUV | 186.06 | 128.53 | 83.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 218 | 187 | 0.44 | 0 | 0.14 | 0.15 | 160.42 | 0.56 | 0.67 |
| Hex | 7B | DA | BB | 2C | 0 | E | F | A0 | 38 | 43 |
| Octal | 173 | 332 | 273 | 54 | 0 | 16 | 17 | 240 | 70 | 103 |
| Binary | 1111011 | 11011010 | 10111011 | 101100 | 0 | 1110 | 1111 | 10100000 | 111000 | 1000011 |
Color Harmonies of #7BDABB
Complementary color
Monochromatic Colors of #7BDABB
Black with #7BDABB
Text Example
Text Example
White with #7BDABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDABB; }
p { color: rgb(123,218,187); }
H1.HeaderClassName
{
color: #7BDABB;
}
.AnyTagClassName
{
color: #7BDABB;
}
</style>
background-color css
<style>
a { background-color: #7BDABB; }
a { background-color: rgb(123,218,187); }
div.DivClassName
{
background-color: #7BDABB;
}
.BgClassName
{
background-color: #7BDABB;
}
</style>
border-color css
<style>
span { border-color: #7BDABB; }
span { border-color: rgb(123,218,187); }
td.TdClassName
{
border-color: #7BDABB;
}
.TagClassName
{
border-color: #7BDABB;
}
</style>