Shades of Bermuda #7BDFBE
Tints of Bermuda #7BDFBE
RGB
CMYK
RGB Variations
Color information
#7BDFBE (or 0x7BDFBE) is known color: Bermuda. HEX triplet: 7B, DF and BE. RGB value is (123,223,190). Sum of RGB (Red+Green+Blue) = 123+223+190=536 (70% of max value = 765). Red value is 123 (48.44% from 255 or 22.95% from 536); Green value is 223 (87.5% from 255 or 41.60% from 536); Blue value is 190 (74.61% from 255 or 35.45% from 536); Max value from RGB is 223 - color contains mainly: green. Hex color #7BDFBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BDFBE is #842041. Grayscale: #BDBDBD. Windows color (decimal): -8659010 or 12509051. OLE color: 12509051.
HSL color Cylindrical-coordinate representation of color #7BDFBE: hue angle of 160.2º 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 #7BDFBE is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 223 | 190 | - |
| CMYK | 0.45 | 0 | 0.15 | 0.13 |
| HSL | 160.2º | 0.61% | 0.68% | - |
| HSV(B) | 160.2º | 0.45% | 0.87% | - |
| XYZ | 43.85 | 60.7 | 58.12 | - |
| YUV | 189.34 | 128.37 | 80.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 223 | 190 | 0.45 | 0 | 0.15 | 0.13 | 160.2 | 0.61 | 0.68 |
| Hex | 7B | DF | BE | 2D | 0 | F | D | A0 | 3D | 44 |
| Octal | 173 | 337 | 276 | 55 | 0 | 17 | 15 | 240 | 75 | 104 |
| Binary | 1111011 | 11011111 | 10111110 | 101101 | 0 | 1111 | 1101 | 10100000 | 111101 | 1000100 |
Color Harmonies of #7BDFBE
Complementary color
Monochromatic Colors of #7BDFBE
Black with #7BDFBE
Text Example
Text Example
White with #7BDFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDFBE; }
p { color: rgb(123,223,190); }
H1.HeaderClassName
{
color: #7BDFBE;
}
.AnyTagClassName
{
color: #7BDFBE;
}
</style>
background-color css
<style>
a { background-color: #7BDFBE; }
a { background-color: rgb(123,223,190); }
div.DivClassName
{
background-color: #7BDFBE;
}
.BgClassName
{
background-color: #7BDFBE;
}
</style>
border-color css
<style>
span { border-color: #7BDFBE; }
span { border-color: rgb(123,223,190); }
td.TdClassName
{
border-color: #7BDFBE;
}
.TagClassName
{
border-color: #7BDFBE;
}
</style>