Shades of Bermuda #7BDCB8
Tints of Bermuda #7BDCB8
RGB
CMYK
RGB Variations
Color information
#7BDCB8 (or 0x7BDCB8) is known color: Bermuda. HEX triplet: 7B, DC and B8. RGB value is (123,220,184). Sum of RGB (Red+Green+Blue) = 123+220+184=527 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.34% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 184 (72.27% from 255 or 34.91% from 527); Max value from RGB is 220 - color contains mainly: green. Hex color #7BDCB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BDCB8 is #842347. Grayscale: #BABABA. Windows color (decimal): -8659784 or 12115067. OLE color: 12115067.
HSL color Cylindrical-coordinate representation of color #7BDCB8: hue angle of 157.73º degrees, saturation: 0.58, 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 #7BDCB8 is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 220 | 184 | - |
| CMYK | 0.44 | 0 | 0.16 | 0.14 |
| HSL | 157.73º | 0.58% | 0.67% | - |
| HSV(B) | 157.73º | 0.44% | 0.86% | - |
| XYZ | 42.41 | 58.86 | 54.47 | - |
| YUV | 186.89 | 126.36 | 82.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 220 | 184 | 0.44 | 0 | 0.16 | 0.14 | 157.73 | 0.58 | 0.67 |
| Hex | 7B | DC | B8 | 2C | 0 | 10 | E | 9E | 3A | 43 |
| Octal | 173 | 334 | 270 | 54 | 0 | 20 | 16 | 236 | 72 | 103 |
| Binary | 1111011 | 11011100 | 10111000 | 101100 | 0 | 10000 | 1110 | 10011110 | 111010 | 1000011 |
Color Harmonies of #7BDCB8
Complementary color
Monochromatic Colors of #7BDCB8
Black with #7BDCB8
Text Example
Text Example
White with #7BDCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDCB8; }
p { color: rgb(123,220,184); }
H1.HeaderClassName
{
color: #7BDCB8;
}
.AnyTagClassName
{
color: #7BDCB8;
}
</style>
background-color css
<style>
a { background-color: #7BDCB8; }
a { background-color: rgb(123,220,184); }
div.DivClassName
{
background-color: #7BDCB8;
}
.BgClassName
{
background-color: #7BDCB8;
}
</style>
border-color css
<style>
span { border-color: #7BDCB8; }
span { border-color: rgb(123,220,184); }
td.TdClassName
{
border-color: #7BDCB8;
}
.TagClassName
{
border-color: #7BDCB8;
}
</style>