Shades of Bermuda #7BDFB9
Tints of Bermuda #7BDFB9
RGB
CMYK
RGB Variations
Color information
#7BDFB9 (or 0x7BDFB9) is known color: Bermuda. HEX triplet: 7B, DF and B9. RGB value is (123,223,185). Sum of RGB (Red+Green+Blue) = 123+223+185=531 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.16% from 531); Green value is 223 (87.5% from 255 or 42.00% from 531); Blue value is 185 (72.66% from 255 or 34.84% from 531); Max value from RGB is 223 - color contains mainly: green. Hex color #7BDFB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BDFB9 is #842046. Grayscale: #BCBCBC. Windows color (decimal): -8659015 or 12181371. OLE color: 12181371.
HSL color Cylindrical-coordinate representation of color #7BDFB9: hue angle of 157.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 #7BDFB9 is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 223 | 185 | - |
| CMYK | 0.45 | 0 | 0.17 | 0.13 |
| HSL | 157.2º | 0.61% | 0.68% | - |
| HSV(B) | 157.2º | 0.45% | 0.87% | - |
| XYZ | 43.31 | 60.49 | 55.29 | - |
| YUV | 188.77 | 125.87 | 81.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 223 | 185 | 0.45 | 0 | 0.17 | 0.13 | 157.2 | 0.61 | 0.68 |
| Hex | 7B | DF | B9 | 2D | 0 | 11 | D | 9D | 3D | 44 |
| Octal | 173 | 337 | 271 | 55 | 0 | 21 | 15 | 235 | 75 | 104 |
| Binary | 1111011 | 11011111 | 10111001 | 101101 | 0 | 10001 | 1101 | 10011101 | 111101 | 1000100 |
Color Harmonies of #7BDFB9
Complementary color
Monochromatic Colors of #7BDFB9
Black with #7BDFB9
Text Example
Text Example
White with #7BDFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDFB9; }
p { color: rgb(123,223,185); }
H1.HeaderClassName
{
color: #7BDFB9;
}
.AnyTagClassName
{
color: #7BDFB9;
}
</style>
background-color css
<style>
a { background-color: #7BDFB9; }
a { background-color: rgb(123,223,185); }
div.DivClassName
{
background-color: #7BDFB9;
}
.BgClassName
{
background-color: #7BDFB9;
}
</style>
border-color css
<style>
span { border-color: #7BDFB9; }
span { border-color: rgb(123,223,185); }
td.TdClassName
{
border-color: #7BDFB9;
}
.TagClassName
{
border-color: #7BDFB9;
}
</style>