Shades of Bermuda #7BDFB7
Tints of Bermuda #7BDFB7
RGB
CMYK
RGB Variations
Color information
#7BDFB7 (or 0x7BDFB7) is known color: Bermuda. HEX triplet: 7B, DF and B7. RGB value is (123,223,183). Sum of RGB (Red+Green+Blue) = 123+223+183=529 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.25% from 529); Green value is 223 (87.5% from 255 or 42.16% from 529); Blue value is 183 (71.88% from 255 or 34.59% from 529); Max value from RGB is 223 - color contains mainly: green. Hex color #7BDFB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BDFB7 is #842048. Grayscale: #BCBCBC. Windows color (decimal): -8659017 or 12050299. OLE color: 12050299.
HSL color Cylindrical-coordinate representation of color #7BDFB7: hue angle of 156º 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 #7BDFB7 is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 223 | 183 | - |
| CMYK | 0.45 | 0 | 0.18 | 0.13 |
| HSL | 156º | 0.61% | 0.68% | - |
| HSV(B) | 156º | 0.45% | 0.87% | - |
| XYZ | 43.1 | 60.41 | 54.19 | - |
| YUV | 188.54 | 124.87 | 81.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 223 | 183 | 0.45 | 0 | 0.18 | 0.13 | 156 | 0.61 | 0.68 |
| Hex | 7B | DF | B7 | 2D | 0 | 12 | D | 9C | 3D | 44 |
| Octal | 173 | 337 | 267 | 55 | 0 | 22 | 15 | 234 | 75 | 104 |
| Binary | 1111011 | 11011111 | 10110111 | 101101 | 0 | 10010 | 1101 | 10011100 | 111101 | 1000100 |
Color Harmonies of #7BDFB7
Complementary color
Monochromatic Colors of #7BDFB7
Black with #7BDFB7
Text Example
Text Example
White with #7BDFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDFB7; }
p { color: rgb(123,223,183); }
H1.HeaderClassName
{
color: #7BDFB7;
}
.AnyTagClassName
{
color: #7BDFB7;
}
</style>
background-color css
<style>
a { background-color: #7BDFB7; }
a { background-color: rgb(123,223,183); }
div.DivClassName
{
background-color: #7BDFB7;
}
.BgClassName
{
background-color: #7BDFB7;
}
</style>
border-color css
<style>
span { border-color: #7BDFB7; }
span { border-color: rgb(123,223,183); }
td.TdClassName
{
border-color: #7BDFB7;
}
.TagClassName
{
border-color: #7BDFB7;
}
</style>