Shades of Bermuda #7BDDBD
Tints of Bermuda #7BDDBD
RGB
CMYK
RGB Variations
Color information
#7BDDBD (or 0x7BDDBD) is known color: Bermuda. HEX triplet: 7B, DD and BD. RGB value is (123,221,189). Sum of RGB (Red+Green+Blue) = 123+221+189=533 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.08% from 533); Green value is 221 (86.72% from 255 or 41.46% from 533); Blue value is 189 (74.22% from 255 or 35.46% from 533); Max value from RGB is 221 - color contains mainly: green. Hex color #7BDDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BDDBD is #842242. Grayscale: #BCBCBC. Windows color (decimal): -8659523 or 12443003. OLE color: 12443003.
HSL color Cylindrical-coordinate representation of color #7BDDBD: hue angle of 160.41º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BDDBD is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 221 | 189 | - |
| CMYK | 0.44 | 0 | 0.14 | 0.13 |
| HSL | 160.41º | 0.59% | 0.67% | - |
| HSV(B) | 160.41º | 0.44% | 0.87% | - |
| XYZ | 43.21 | 59.6 | 57.37 | - |
| YUV | 188.05 | 128.53 | 81.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 221 | 189 | 0.44 | 0 | 0.14 | 0.13 | 160.41 | 0.59 | 0.67 |
| Hex | 7B | DD | BD | 2C | 0 | E | D | A0 | 3B | 43 |
| Octal | 173 | 335 | 275 | 54 | 0 | 16 | 15 | 240 | 73 | 103 |
| Binary | 1111011 | 11011101 | 10111101 | 101100 | 0 | 1110 | 1101 | 10100000 | 111011 | 1000011 |
Color Harmonies of #7BDDBD
Complementary color
Monochromatic Colors of #7BDDBD
Black with #7BDDBD
Text Example
Text Example
White with #7BDDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDDBD; }
p { color: rgb(123,221,189); }
H1.HeaderClassName
{
color: #7BDDBD;
}
.AnyTagClassName
{
color: #7BDDBD;
}
</style>
background-color css
<style>
a { background-color: #7BDDBD; }
a { background-color: rgb(123,221,189); }
div.DivClassName
{
background-color: #7BDDBD;
}
.BgClassName
{
background-color: #7BDDBD;
}
</style>
border-color css
<style>
span { border-color: #7BDDBD; }
span { border-color: rgb(123,221,189); }
td.TdClassName
{
border-color: #7BDDBD;
}
.TagClassName
{
border-color: #7BDDBD;
}
</style>