Shades of Bermuda #7ADAC5
Tints of Bermuda #7ADAC5
RGB
CMYK
RGB Variations
Color information
#7ADAC5 (or 0x7ADAC5) is known color: Bermuda. HEX triplet: 7A, DA and C5. RGB value is (122,218,197). Sum of RGB (Red+Green+Blue) = 122+218+197=537 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.72% from 537); Green value is 218 (85.55% from 255 or 40.60% from 537); Blue value is 197 (77.34% from 255 or 36.69% from 537); Max value from RGB is 218 - color contains mainly: green. Hex color #7ADAC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADAC5 is #85253A. Grayscale: #BABABA. Windows color (decimal): -8725819 or 12966522. OLE color: 12966522.
HSL color Cylindrical-coordinate representation of color #7ADAC5: hue angle of 166.88º 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 #7ADAC5 is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 218 | 197 | - |
| CMYK | 0.44 | 0 | 0.10 | 0.15 |
| HSL | 166.88º | 0.56% | 0.67% | - |
| HSV(B) | 166.88º | 0.44% | 0.85% | - |
| XYZ | 43.18 | 58.31 | 61.8 | - |
| YUV | 186.9 | 133.7 | 81.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 218 | 197 | 0.44 | 0 | 0.10 | 0.15 | 166.88 | 0.56 | 0.67 |
| Hex | 7A | DA | C5 | 2C | 0 | A | F | A7 | 38 | 43 |
| Octal | 172 | 332 | 305 | 54 | 0 | 12 | 17 | 247 | 70 | 103 |
| Binary | 1111010 | 11011010 | 11000101 | 101100 | 0 | 1010 | 1111 | 10100111 | 111000 | 1000011 |
Color Harmonies of #7ADAC5
Complementary color
Monochromatic Colors of #7ADAC5
Black with #7ADAC5
Text Example
Text Example
White with #7ADAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADAC5; }
p { color: rgb(122,218,197); }
H1.HeaderClassName
{
color: #7ADAC5;
}
.AnyTagClassName
{
color: #7ADAC5;
}
</style>
background-color css
<style>
a { background-color: #7ADAC5; }
a { background-color: rgb(122,218,197); }
div.DivClassName
{
background-color: #7ADAC5;
}
.BgClassName
{
background-color: #7ADAC5;
}
</style>
border-color css
<style>
span { border-color: #7ADAC5; }
span { border-color: rgb(122,218,197); }
td.TdClassName
{
border-color: #7ADAC5;
}
.TagClassName
{
border-color: #7ADAC5;
}
</style>