Shades of Bermuda #7BD3BD
Tints of Bermuda #7BD3BD
RGB
CMYK
RGB Variations
Color information
#7BD3BD (or 0x7BD3BD) is known color: Bermuda. HEX triplet: 7B, D3 and BD. RGB value is (123,211,189). Sum of RGB (Red+Green+Blue) = 123+211+189=523 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.52% from 523); Green value is 211 (82.81% from 255 or 40.34% from 523); Blue value is 189 (74.22% from 255 or 36.14% from 523); Max value from RGB is 211 - color contains mainly: green. Hex color #7BD3BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BD3BD is #842C42. Grayscale: #B6B6B6. Windows color (decimal): -8662083 or 12440443. OLE color: 12440443.
HSL color Cylindrical-coordinate representation of color #7BD3BD: hue angle of 165º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7BD3BD is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 123 | 211 | 189 | - |
| CMYK | 0.42 | 0 | 0.10 | 0.17 |
| HSL | 165º | 0.5% | 0.65% | - |
| HSV(B) | 165º | 0.42% | 0.83% | - |
| XYZ | 40.65 | 54.47 | 56.52 | - |
| YUV | 182.18 | 131.85 | 85.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 211 | 189 | 0.42 | 0 | 0.10 | 0.17 | 165 | 0.5 | 0.65 |
| Hex | 7B | D3 | BD | 2A | 0 | A | 11 | A5 | 32 | 41 |
| Octal | 173 | 323 | 275 | 52 | 0 | 12 | 21 | 245 | 62 | 101 |
| Binary | 1111011 | 11010011 | 10111101 | 101010 | 0 | 1010 | 10001 | 10100101 | 110010 | 1000001 |
Color Harmonies of #7BD3BD
Complementary color
Monochromatic Colors of #7BD3BD
Black with #7BD3BD
Text Example
Text Example
White with #7BD3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BD3BD; }
p { color: rgb(123,211,189); }
H1.HeaderClassName
{
color: #7BD3BD;
}
.AnyTagClassName
{
color: #7BD3BD;
}
</style>
background-color css
<style>
a { background-color: #7BD3BD; }
a { background-color: rgb(123,211,189); }
div.DivClassName
{
background-color: #7BD3BD;
}
.BgClassName
{
background-color: #7BD3BD;
}
</style>
border-color css
<style>
span { border-color: #7BD3BD; }
span { border-color: rgb(123,211,189); }
td.TdClassName
{
border-color: #7BD3BD;
}
.TagClassName
{
border-color: #7BD3BD;
}
</style>