Shades of Bermuda #7ADCC2
Tints of Bermuda #7ADCC2
RGB
CMYK
RGB Variations
Color information
#7ADCC2 (or 0x7ADCC2) is known color: Bermuda. HEX triplet: 7A, DC and C2. RGB value is (122,220,194). Sum of RGB (Red+Green+Blue) = 122+220+194=536 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.76% from 536); Green value is 220 (86.33% from 255 or 41.04% from 536); Blue value is 194 (76.17% from 255 or 36.19% from 536); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADCC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADCC2 is #85233D. Grayscale: #BBBBBB. Windows color (decimal): -8725310 or 12770426. OLE color: 12770426.
HSL color Cylindrical-coordinate representation of color #7ADCC2: hue angle of 164.08º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ADCC2 is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 220 | 194 | - |
| CMYK | 0.45 | 0 | 0.12 | 0.14 |
| HSL | 164.08º | 0.58% | 0.67% | - |
| HSV(B) | 164.08º | 0.45% | 0.86% | - |
| XYZ | 43.36 | 59.22 | 60.18 | - |
| YUV | 187.73 | 131.53 | 81.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 220 | 194 | 0.45 | 0 | 0.12 | 0.14 | 164.08 | 0.58 | 0.67 |
| Hex | 7A | DC | C2 | 2D | 0 | C | E | A4 | 3A | 43 |
| Octal | 172 | 334 | 302 | 55 | 0 | 14 | 16 | 244 | 72 | 103 |
| Binary | 1111010 | 11011100 | 11000010 | 101101 | 0 | 1100 | 1110 | 10100100 | 111010 | 1000011 |
Color Harmonies of #7ADCC2
Complementary color
Monochromatic Colors of #7ADCC2
Black with #7ADCC2
Text Example
Text Example
White with #7ADCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADCC2; }
p { color: rgb(122,220,194); }
H1.HeaderClassName
{
color: #7ADCC2;
}
.AnyTagClassName
{
color: #7ADCC2;
}
</style>
background-color css
<style>
a { background-color: #7ADCC2; }
a { background-color: rgb(122,220,194); }
div.DivClassName
{
background-color: #7ADCC2;
}
.BgClassName
{
background-color: #7ADCC2;
}
</style>
border-color css
<style>
span { border-color: #7ADCC2; }
span { border-color: rgb(122,220,194); }
td.TdClassName
{
border-color: #7ADCC2;
}
.TagClassName
{
border-color: #7ADCC2;
}
</style>