Shades of Bermuda #7BDBC0
Tints of Bermuda #7BDBC0
RGB
CMYK
RGB Variations
Color information
#7BDBC0 (or 0x7BDBC0) is known color: Bermuda. HEX triplet: 7B, DB and C0. RGB value is (123,219,192). Sum of RGB (Red+Green+Blue) = 123+219+192=534 (70% of max value = 765). Red value is 123 (48.44% from 255 or 23.03% from 534); Green value is 219 (85.94% from 255 or 41.01% from 534); Blue value is 192 (75.39% from 255 or 35.96% from 534); Max value from RGB is 219 - color contains mainly: green. Hex color #7BDBC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BDBC0 is #84243F. Grayscale: #BBBBBB. Windows color (decimal): -8660032 or 12639099. OLE color: 12639099.
HSL color Cylindrical-coordinate representation of color #7BDBC0: hue angle of 163.12º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BDBC0 is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 219 | 192 | - |
| CMYK | 0.44 | 0 | 0.12 | 0.14 |
| HSL | 163.13º | 0.57% | 0.67% | - |
| HSV(B) | 163.13º | 0.44% | 0.86% | - |
| XYZ | 43.01 | 58.68 | 58.93 | - |
| YUV | 187.22 | 130.7 | 82.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 219 | 192 | 0.44 | 0 | 0.12 | 0.14 | 163.13 | 0.57 | 0.67 |
| Hex | 7B | DB | C0 | 2C | 0 | C | E | A3 | 39 | 43 |
| Octal | 173 | 333 | 300 | 54 | 0 | 14 | 16 | 243 | 71 | 103 |
| Binary | 1111011 | 11011011 | 11000000 | 101100 | 0 | 1100 | 1110 | 10100011 | 111001 | 1000011 |
Color Harmonies of #7BDBC0
Complementary color
Monochromatic Colors of #7BDBC0
Black with #7BDBC0
Text Example
Text Example
White with #7BDBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDBC0; }
p { color: rgb(123,219,192); }
H1.HeaderClassName
{
color: #7BDBC0;
}
.AnyTagClassName
{
color: #7BDBC0;
}
</style>
background-color css
<style>
a { background-color: #7BDBC0; }
a { background-color: rgb(123,219,192); }
div.DivClassName
{
background-color: #7BDBC0;
}
.BgClassName
{
background-color: #7BDBC0;
}
</style>
border-color css
<style>
span { border-color: #7BDBC0; }
span { border-color: rgb(123,219,192); }
td.TdClassName
{
border-color: #7BDBC0;
}
.TagClassName
{
border-color: #7BDBC0;
}
</style>