Shades of Bermuda #7AD9C2
Tints of Bermuda #7AD9C2
RGB
CMYK
RGB Variations
Color information
#7AD9C2 (or 0x7AD9C2) is known color: Bermuda. HEX triplet: 7A, D9 and C2. RGB value is (122,217,194). Sum of RGB (Red+Green+Blue) = 122+217+194=533 (70% of max value = 765). Red value is 122 (48.05% from 255 or 22.89% from 533); Green value is 217 (85.16% from 255 or 40.71% from 533); Blue value is 194 (76.17% from 255 or 36.40% from 533); Max value from RGB is 217 - color contains mainly: green. Hex color #7AD9C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AD9C2 is #85263D. Grayscale: #B9B9B9. Windows color (decimal): -8726078 or 12769658. OLE color: 12769658.
HSL color Cylindrical-coordinate representation of color #7AD9C2: hue angle of 165.47º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7AD9C2 is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 217 | 194 | - |
| CMYK | 0.44 | 0 | 0.11 | 0.15 |
| HSL | 165.47º | 0.56% | 0.66% | - |
| HSV(B) | 165.47º | 0.44% | 0.85% | - |
| XYZ | 42.58 | 57.66 | 59.92 | - |
| YUV | 185.97 | 132.53 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 217 | 194 | 0.44 | 0 | 0.11 | 0.15 | 165.47 | 0.56 | 0.66 |
| Hex | 7A | D9 | C2 | 2C | 0 | B | F | A5 | 38 | 42 |
| Octal | 172 | 331 | 302 | 54 | 0 | 13 | 17 | 245 | 70 | 102 |
| Binary | 1111010 | 11011001 | 11000010 | 101100 | 0 | 1011 | 1111 | 10100101 | 111000 | 1000010 |
Color Harmonies of #7AD9C2
Complementary color
Monochromatic Colors of #7AD9C2
Black with #7AD9C2
Text Example
Text Example
White with #7AD9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD9C2; }
p { color: rgb(122,217,194); }
H1.HeaderClassName
{
color: #7AD9C2;
}
.AnyTagClassName
{
color: #7AD9C2;
}
</style>
background-color css
<style>
a { background-color: #7AD9C2; }
a { background-color: rgb(122,217,194); }
div.DivClassName
{
background-color: #7AD9C2;
}
.BgClassName
{
background-color: #7AD9C2;
}
</style>
border-color css
<style>
span { border-color: #7AD9C2; }
span { border-color: rgb(122,217,194); }
td.TdClassName
{
border-color: #7AD9C2;
}
.TagClassName
{
border-color: #7AD9C2;
}
</style>