Shades of Bermuda #7ADCC1
Tints of Bermuda #7ADCC1
RGB
CMYK
RGB Variations
Color information
#7ADCC1 (or 0x7ADCC1) is known color: Bermuda. HEX triplet: 7A, DC and C1. RGB value is (122,220,193). Sum of RGB (Red+Green+Blue) = 122+220+193=535 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.80% from 535); Green value is 220 (86.33% from 255 or 41.12% from 535); Blue value is 193 (75.78% from 255 or 36.07% from 535); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADCC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADCC1 is #85233E. Grayscale: #BBBBBB. Windows color (decimal): -8725311 or 12704890. OLE color: 12704890.
HSL color Cylindrical-coordinate representation of color #7ADCC1: hue angle of 163.47º 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 #7ADCC1 is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 220 | 193 | - |
| CMYK | 0.45 | 0 | 0.12 | 0.14 |
| HSL | 163.47º | 0.58% | 0.67% | - |
| HSV(B) | 163.47º | 0.45% | 0.86% | - |
| XYZ | 43.24 | 59.17 | 59.59 | - |
| YUV | 187.62 | 131.03 | 81.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 220 | 193 | 0.45 | 0 | 0.12 | 0.14 | 163.47 | 0.58 | 0.67 |
| Hex | 7A | DC | C1 | 2D | 0 | C | E | A3 | 3A | 43 |
| Octal | 172 | 334 | 301 | 55 | 0 | 14 | 16 | 243 | 72 | 103 |
| Binary | 1111010 | 11011100 | 11000001 | 101101 | 0 | 1100 | 1110 | 10100011 | 111010 | 1000011 |
Color Harmonies of #7ADCC1
Complementary color
Monochromatic Colors of #7ADCC1
Black with #7ADCC1
Text Example
Text Example
White with #7ADCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADCC1; }
p { color: rgb(122,220,193); }
H1.HeaderClassName
{
color: #7ADCC1;
}
.AnyTagClassName
{
color: #7ADCC1;
}
</style>
background-color css
<style>
a { background-color: #7ADCC1; }
a { background-color: rgb(122,220,193); }
div.DivClassName
{
background-color: #7ADCC1;
}
.BgClassName
{
background-color: #7ADCC1;
}
</style>
border-color css
<style>
span { border-color: #7ADCC1; }
span { border-color: rgb(122,220,193); }
td.TdClassName
{
border-color: #7ADCC1;
}
.TagClassName
{
border-color: #7ADCC1;
}
</style>