Shades of Bermuda #7BDFB5
Tints of Bermuda #7BDFB5
RGB
CMYK
RGB Variations
Color information
#7BDFB5 (or 0x7BDFB5) is known color: Bermuda. HEX triplet: 7B, DF and B5. RGB value is (123,223,181). Sum of RGB (Red+Green+Blue) = 123+223+181=527 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.34% from 527); Green value is 223 (87.5% from 255 or 42.31% from 527); Blue value is 181 (71.09% from 255 or 34.35% from 527); Max value from RGB is 223 - color contains mainly: green. Hex color #7BDFB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BDFB5 is #84204A. Grayscale: #BCBCBC. Windows color (decimal): -8659019 or 11919227. OLE color: 11919227.
HSL color Cylindrical-coordinate representation of color #7BDFB5: hue angle of 154.8º 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 #7BDFB5 is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 223 | 181 | - |
| CMYK | 0.45 | 0 | 0.19 | 0.13 |
| HSL | 154.8º | 0.61% | 0.68% | - |
| HSV(B) | 154.8º | 0.45% | 0.87% | - |
| XYZ | 42.9 | 60.32 | 53.1 | - |
| YUV | 188.31 | 123.87 | 81.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 223 | 181 | 0.45 | 0 | 0.19 | 0.13 | 154.8 | 0.61 | 0.68 |
| Hex | 7B | DF | B5 | 2D | 0 | 13 | D | 9B | 3D | 44 |
| Octal | 173 | 337 | 265 | 55 | 0 | 23 | 15 | 233 | 75 | 104 |
| Binary | 1111011 | 11011111 | 10110101 | 101101 | 0 | 10011 | 1101 | 10011011 | 111101 | 1000100 |
Color Harmonies of #7BDFB5
Complementary color
Monochromatic Colors of #7BDFB5
Black with #7BDFB5
Text Example
Text Example
White with #7BDFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDFB5; }
p { color: rgb(123,223,181); }
H1.HeaderClassName
{
color: #7BDFB5;
}
.AnyTagClassName
{
color: #7BDFB5;
}
</style>
background-color css
<style>
a { background-color: #7BDFB5; }
a { background-color: rgb(123,223,181); }
div.DivClassName
{
background-color: #7BDFB5;
}
.BgClassName
{
background-color: #7BDFB5;
}
</style>
border-color css
<style>
span { border-color: #7BDFB5; }
span { border-color: rgb(123,223,181); }
td.TdClassName
{
border-color: #7BDFB5;
}
.TagClassName
{
border-color: #7BDFB5;
}
</style>