Shades of Bermuda #7BDFBD
Tints of Bermuda #7BDFBD
RGB
CMYK
RGB Variations
Color information
#7BDFBD (or 0x7BDFBD) is known color: Bermuda. HEX triplet: 7B, DF and BD. RGB value is (123,223,189). Sum of RGB (Red+Green+Blue) = 123+223+189=535 (70% of max value = 765). Red value is 123 (48.44% from 255 or 22.99% from 535); Green value is 223 (87.5% from 255 or 41.68% from 535); Blue value is 189 (74.22% from 255 or 35.33% from 535); Max value from RGB is 223 - color contains mainly: green. Hex color #7BDFBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BDFBD is #842042. Grayscale: #BDBDBD. Windows color (decimal): -8659011 or 12443515. OLE color: 12443515.
HSL color Cylindrical-coordinate representation of color #7BDFBD: hue angle of 159.6º 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 #7BDFBD is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 223 | 189 | - |
| CMYK | 0.45 | 0 | 0.15 | 0.13 |
| HSL | 159.6º | 0.61% | 0.68% | - |
| HSV(B) | 159.6º | 0.45% | 0.87% | - |
| XYZ | 43.74 | 60.66 | 57.55 | - |
| YUV | 189.22 | 127.87 | 80.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 223 | 189 | 0.45 | 0 | 0.15 | 0.13 | 159.6 | 0.61 | 0.68 |
| Hex | 7B | DF | BD | 2D | 0 | F | D | A0 | 3D | 44 |
| Octal | 173 | 337 | 275 | 55 | 0 | 17 | 15 | 240 | 75 | 104 |
| Binary | 1111011 | 11011111 | 10111101 | 101101 | 0 | 1111 | 1101 | 10100000 | 111101 | 1000100 |
Color Harmonies of #7BDFBD
Complementary color
Monochromatic Colors of #7BDFBD
Black with #7BDFBD
Text Example
Text Example
White with #7BDFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDFBD; }
p { color: rgb(123,223,189); }
H1.HeaderClassName
{
color: #7BDFBD;
}
.AnyTagClassName
{
color: #7BDFBD;
}
</style>
background-color css
<style>
a { background-color: #7BDFBD; }
a { background-color: rgb(123,223,189); }
div.DivClassName
{
background-color: #7BDFBD;
}
.BgClassName
{
background-color: #7BDFBD;
}
</style>
border-color css
<style>
span { border-color: #7BDFBD; }
span { border-color: rgb(123,223,189); }
td.TdClassName
{
border-color: #7BDFBD;
}
.TagClassName
{
border-color: #7BDFBD;
}
</style>