Shades of Bermuda #7ADCC3
Tints of Bermuda #7ADCC3
RGB
CMYK
RGB Variations
Color information
#7ADCC3 (or 0x7ADCC3) is known color: Bermuda. HEX triplet: 7A, DC and C3. RGB value is (122,220,195). Sum of RGB (Red+Green+Blue) = 122+220+195=537 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.72% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 195 (76.56% from 255 or 36.31% from 537); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADCC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADCC3 is #85233C. Grayscale: #BBBBBB. Windows color (decimal): -8725309 or 12835962. OLE color: 12835962.
HSL color Cylindrical-coordinate representation of color #7ADCC3: hue angle of 164.69º 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 #7ADCC3 is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 220 | 195 | - |
| CMYK | 0.45 | 0 | 0.11 | 0.14 |
| HSL | 164.69º | 0.58% | 0.67% | - |
| HSV(B) | 164.69º | 0.45% | 0.86% | - |
| XYZ | 43.47 | 59.26 | 60.78 | - |
| YUV | 187.85 | 132.03 | 81.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 220 | 195 | 0.45 | 0 | 0.11 | 0.14 | 164.69 | 0.58 | 0.67 |
| Hex | 7A | DC | C3 | 2D | 0 | B | E | A5 | 3A | 43 |
| Octal | 172 | 334 | 303 | 55 | 0 | 13 | 16 | 245 | 72 | 103 |
| Binary | 1111010 | 11011100 | 11000011 | 101101 | 0 | 1011 | 1110 | 10100101 | 111010 | 1000011 |
Color Harmonies of #7ADCC3
Complementary color
Monochromatic Colors of #7ADCC3
Black with #7ADCC3
Text Example
Text Example
White with #7ADCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADCC3; }
p { color: rgb(122,220,195); }
H1.HeaderClassName
{
color: #7ADCC3;
}
.AnyTagClassName
{
color: #7ADCC3;
}
</style>
background-color css
<style>
a { background-color: #7ADCC3; }
a { background-color: rgb(122,220,195); }
div.DivClassName
{
background-color: #7ADCC3;
}
.BgClassName
{
background-color: #7ADCC3;
}
</style>
border-color css
<style>
span { border-color: #7ADCC3; }
span { border-color: rgb(122,220,195); }
td.TdClassName
{
border-color: #7ADCC3;
}
.TagClassName
{
border-color: #7ADCC3;
}
</style>