Shades of Bermuda #7BDDB5
Tints of Bermuda #7BDDB5
RGB
CMYK
RGB Variations
Color information
#7BDDB5 (or 0x7BDDB5) is known color: Bermuda. HEX triplet: 7B, DD and B5. RGB value is (123,221,181). Sum of RGB (Red+Green+Blue) = 123+221+181=525 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.43% from 525); Green value is 221 (86.72% from 255 or 42.10% from 525); Blue value is 181 (71.09% from 255 or 34.48% from 525); Max value from RGB is 221 - color contains mainly: green. Hex color #7BDDB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BDDB5 is #84224A. Grayscale: #BBBBBB. Windows color (decimal): -8659531 or 11918715. OLE color: 11918715.
HSL color Cylindrical-coordinate representation of color #7BDDB5: hue angle of 155.51º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BDDB5 is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 221 | 181 | - |
| CMYK | 0.44 | 0 | 0.18 | 0.13 |
| HSL | 155.51º | 0.59% | 0.67% | - |
| HSV(B) | 155.51º | 0.44% | 0.87% | - |
| XYZ | 42.37 | 59.26 | 52.92 | - |
| YUV | 187.14 | 124.53 | 82.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 221 | 181 | 0.44 | 0 | 0.18 | 0.13 | 155.51 | 0.59 | 0.67 |
| Hex | 7B | DD | B5 | 2C | 0 | 12 | D | 9C | 3B | 43 |
| Octal | 173 | 335 | 265 | 54 | 0 | 22 | 15 | 234 | 73 | 103 |
| Binary | 1111011 | 11011101 | 10110101 | 101100 | 0 | 10010 | 1101 | 10011100 | 111011 | 1000011 |
Color Harmonies of #7BDDB5
Complementary color
Monochromatic Colors of #7BDDB5
Black with #7BDDB5
Text Example
Text Example
White with #7BDDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDDB5; }
p { color: rgb(123,221,181); }
H1.HeaderClassName
{
color: #7BDDB5;
}
.AnyTagClassName
{
color: #7BDDB5;
}
</style>
background-color css
<style>
a { background-color: #7BDDB5; }
a { background-color: rgb(123,221,181); }
div.DivClassName
{
background-color: #7BDDB5;
}
.BgClassName
{
background-color: #7BDDB5;
}
</style>
border-color css
<style>
span { border-color: #7BDDB5; }
span { border-color: rgb(123,221,181); }
td.TdClassName
{
border-color: #7BDDB5;
}
.TagClassName
{
border-color: #7BDDB5;
}
</style>