Shades of Bermuda #7BD5C0
Tints of Bermuda #7BD5C0
RGB
CMYK
RGB Variations
Color information
#7BD5C0 (or 0x7BD5C0) is known color: Bermuda. HEX triplet: 7B, D5 and C0. RGB value is (123,213,192). Sum of RGB (Red+Green+Blue) = 123+213+192=528 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.30% from 528); Green value is 213 (83.59% from 255 or 40.34% from 528); Blue value is 192 (75.39% from 255 or 36.36% from 528); Max value from RGB is 213 - color contains mainly: green. Hex color #7BD5C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BD5C0 is #842A3F. Grayscale: #B7B7B7. Windows color (decimal): -8661568 or 12637563. OLE color: 12637563.
HSL color Cylindrical-coordinate representation of color #7BD5C0: hue angle of 166º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7BD5C0 is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 123 | 213 | 192 | - |
| CMYK | 0.42 | 0 | 0.10 | 0.16 |
| HSL | 166º | 0.52% | 0.66% | - |
| HSV(B) | 166º | 0.42% | 0.84% | - |
| XYZ | 41.48 | 55.61 | 58.42 | - |
| YUV | 183.7 | 132.68 | 84.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 213 | 192 | 0.42 | 0 | 0.10 | 0.16 | 166 | 0.52 | 0.66 |
| Hex | 7B | D5 | C0 | 2A | 0 | A | 10 | A6 | 34 | 42 |
| Octal | 173 | 325 | 300 | 52 | 0 | 12 | 20 | 246 | 64 | 102 |
| Binary | 1111011 | 11010101 | 11000000 | 101010 | 0 | 1010 | 10000 | 10100110 | 110100 | 1000010 |
Color Harmonies of #7BD5C0
Complementary color
Monochromatic Colors of #7BD5C0
Black with #7BD5C0
Text Example
Text Example
White with #7BD5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BD5C0; }
p { color: rgb(123,213,192); }
H1.HeaderClassName
{
color: #7BD5C0;
}
.AnyTagClassName
{
color: #7BD5C0;
}
</style>
background-color css
<style>
a { background-color: #7BD5C0; }
a { background-color: rgb(123,213,192); }
div.DivClassName
{
background-color: #7BD5C0;
}
.BgClassName
{
background-color: #7BD5C0;
}
</style>
border-color css
<style>
span { border-color: #7BD5C0; }
span { border-color: rgb(123,213,192); }
td.TdClassName
{
border-color: #7BD5C0;
}
.TagClassName
{
border-color: #7BD5C0;
}
</style>