Shades of Bermuda #7BDAC5
Tints of Bermuda #7BDAC5
RGB
CMYK
RGB Variations
Color information
#7BDAC5 (or 0x7BDAC5) is known color: Bermuda. HEX triplet: 7B, DA and C5. RGB value is (123,218,197). Sum of RGB (Red+Green+Blue) = 123+218+197=538 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.86% from 538); Green value is 218 (85.55% from 255 or 40.52% from 538); Blue value is 197 (77.34% from 255 or 36.62% from 538); Max value from RGB is 218 - color contains mainly: green. Hex color #7BDAC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BDAC5 is #84253A. Grayscale: #BBBBBB. Windows color (decimal): -8660283 or 12966523. OLE color: 12966523.
HSL color Cylindrical-coordinate representation of color #7BDAC5: hue angle of 166.74º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BDAC5 is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 123 | 218 | 197 | - |
| CMYK | 0.44 | 0 | 0.10 | 0.15 |
| HSL | 166.74º | 0.56% | 0.67% | - |
| HSV(B) | 166.74º | 0.44% | 0.85% | - |
| XYZ | 43.32 | 58.38 | 61.81 | - |
| YUV | 187.2 | 133.53 | 82.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 218 | 197 | 0.44 | 0 | 0.10 | 0.15 | 166.74 | 0.56 | 0.67 |
| Hex | 7B | DA | C5 | 2C | 0 | A | F | A7 | 38 | 43 |
| Octal | 173 | 332 | 305 | 54 | 0 | 12 | 17 | 247 | 70 | 103 |
| Binary | 1111011 | 11011010 | 11000101 | 101100 | 0 | 1010 | 1111 | 10100111 | 111000 | 1000011 |
Color Harmonies of #7BDAC5
Complementary color
Monochromatic Colors of #7BDAC5
Black with #7BDAC5
Text Example
Text Example
White with #7BDAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDAC5; }
p { color: rgb(123,218,197); }
H1.HeaderClassName
{
color: #7BDAC5;
}
.AnyTagClassName
{
color: #7BDAC5;
}
</style>
background-color css
<style>
a { background-color: #7BDAC5; }
a { background-color: rgb(123,218,197); }
div.DivClassName
{
background-color: #7BDAC5;
}
.BgClassName
{
background-color: #7BDAC5;
}
</style>
border-color css
<style>
span { border-color: #7BDAC5; }
span { border-color: rgb(123,218,197); }
td.TdClassName
{
border-color: #7BDAC5;
}
.TagClassName
{
border-color: #7BDAC5;
}
</style>