Shades of Bermuda #7BDFBC
Tints of Bermuda #7BDFBC
RGB
CMYK
RGB Variations
Color information
#7BDFBC (or 0x7BDFBC) is known color: Bermuda. HEX triplet: 7B, DF and BC. RGB value is (123,223,188). Sum of RGB (Red+Green+Blue) = 123+223+188=534 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.03% from 534); Green value is 223 (87.5% from 255 or 41.76% from 534); Blue value is 188 (73.83% from 255 or 35.21% from 534); Max value from RGB is 223 - color contains mainly: green. Hex color #7BDFBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BDFBC is #842043. Grayscale: #BDBDBD. Windows color (decimal): -8659012 or 12377979. OLE color: 12377979.
HSL color Cylindrical-coordinate representation of color #7BDFBC: hue angle of 159º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7BDFBC is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 223 | 188 | - |
| CMYK | 0.45 | 0 | 0.16 | 0.13 |
| HSL | 159º | 0.61% | 0.68% | - |
| HSV(B) | 159º | 0.45% | 0.87% | - |
| XYZ | 43.63 | 60.62 | 56.98 | - |
| YUV | 189.11 | 127.37 | 80.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 223 | 188 | 0.45 | 0 | 0.16 | 0.13 | 159 | 0.61 | 0.68 |
| Hex | 7B | DF | BC | 2D | 0 | 10 | D | 9F | 3D | 44 |
| Octal | 173 | 337 | 274 | 55 | 0 | 20 | 15 | 237 | 75 | 104 |
| Binary | 1111011 | 11011111 | 10111100 | 101101 | 0 | 10000 | 1101 | 10011111 | 111101 | 1000100 |
Color Harmonies of #7BDFBC
Complementary color
Monochromatic Colors of #7BDFBC
Black with #7BDFBC
Text Example
Text Example
White with #7BDFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDFBC; }
p { color: rgb(123,223,188); }
H1.HeaderClassName
{
color: #7BDFBC;
}
.AnyTagClassName
{
color: #7BDFBC;
}
</style>
background-color css
<style>
a { background-color: #7BDFBC; }
a { background-color: rgb(123,223,188); }
div.DivClassName
{
background-color: #7BDFBC;
}
.BgClassName
{
background-color: #7BDFBC;
}
</style>
border-color css
<style>
span { border-color: #7BDFBC; }
span { border-color: rgb(123,223,188); }
td.TdClassName
{
border-color: #7BDFBC;
}
.TagClassName
{
border-color: #7BDFBC;
}
</style>