Shades of Bermuda #7ADBC4
Tints of Bermuda #7ADBC4
RGB
CMYK
RGB Variations
Color information
#7ADBC4 (or 0x7ADBC4) is known color: Bermuda. HEX triplet: 7A, DB and C4. RGB value is (122,219,196). Sum of RGB (Red+Green+Blue) = 122+219+196=537 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.72% from 537); Green value is 219 (85.94% from 255 or 40.78% from 537); Blue value is 196 (76.95% from 255 or 36.50% from 537); Max value from RGB is 219 - color contains mainly: green. Hex color #7ADBC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADBC4 is #85243B. Grayscale: #BBBBBB. Windows color (decimal): -8725564 or 12901242. OLE color: 12901242.
HSL color Cylindrical-coordinate representation of color #7ADBC4: hue angle of 165.77º 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 #7ADBC4 is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 219 | 196 | - |
| CMYK | 0.44 | 0 | 0.11 | 0.14 |
| HSL | 165.77º | 0.57% | 0.67% | - |
| HSV(B) | 165.77º | 0.44% | 0.86% | - |
| XYZ | 43.32 | 58.79 | 61.29 | - |
| YUV | 187.38 | 132.86 | 81.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 219 | 196 | 0.44 | 0 | 0.11 | 0.14 | 165.77 | 0.57 | 0.67 |
| Hex | 7A | DB | C4 | 2C | 0 | B | E | A6 | 39 | 43 |
| Octal | 172 | 333 | 304 | 54 | 0 | 13 | 16 | 246 | 71 | 103 |
| Binary | 1111010 | 11011011 | 11000100 | 101100 | 0 | 1011 | 1110 | 10100110 | 111001 | 1000011 |
Color Harmonies of #7ADBC4
Complementary color
Monochromatic Colors of #7ADBC4
Black with #7ADBC4
Text Example
Text Example
White with #7ADBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADBC4; }
p { color: rgb(122,219,196); }
H1.HeaderClassName
{
color: #7ADBC4;
}
.AnyTagClassName
{
color: #7ADBC4;
}
</style>
background-color css
<style>
a { background-color: #7ADBC4; }
a { background-color: rgb(122,219,196); }
div.DivClassName
{
background-color: #7ADBC4;
}
.BgClassName
{
background-color: #7ADBC4;
}
</style>
border-color css
<style>
span { border-color: #7ADBC4; }
span { border-color: rgb(122,219,196); }
td.TdClassName
{
border-color: #7ADBC4;
}
.TagClassName
{
border-color: #7ADBC4;
}
</style>