Shades of Spray #7AD3DC
Tints of Spray #7AD3DC
RGB
CMYK
RGB Variations
Color information
#7AD3DC (or 0x7AD3DC) is known color: Spray. HEX triplet: 7A, D3 and DC. RGB value is (122,211,220). Sum of RGB (Red+Green+Blue) = 122+211+220=553 (73% of max value = 765). Red value is 122 (48.05% from 255 or 22.06% from 553); Green value is 211 (82.81% from 255 or 38.16% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 220 - color contains mainly: blue. Hex color #7AD3DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AD3DC is #852C23. Grayscale: #B9B9B9. Windows color (decimal): -8727588 or 14472058. OLE color: 14472058.
HSL color Cylindrical-coordinate representation of color #7AD3DC: hue angle of 185.51º 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 #7AD3DC is Cyan = 0.45, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 211 | 220 | - |
| CMYK | 0.45 | 0.04 | 0 | 0.14 |
| HSL | 185.51º | 0.58% | 0.67% | - |
| HSV(B) | 185.51º | 0.45% | 0.86% | - |
| XYZ | 44.24 | 55.89 | 76.17 | - |
| YUV | 185.42 | 147.51 | 82.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 211 | 220 | 0.45 | 0.04 | 0 | 0.14 | 185.51 | 0.58 | 0.67 |
| Hex | 7A | D3 | DC | 2D | 4 | 0 | E | BA | 3A | 43 |
| Octal | 172 | 323 | 334 | 55 | 4 | 0 | 16 | 272 | 72 | 103 |
| Binary | 1111010 | 11010011 | 11011100 | 101101 | 100 | 0 | 1110 | 10111010 | 111010 | 1000011 |
Color Harmonies of #7AD3DC
Complementary color
Monochromatic Colors of #7AD3DC
Black with #7AD3DC
Text Example
Text Example
White with #7AD3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD3DC; }
p { color: rgb(122,211,220); }
H1.HeaderClassName
{
color: #7AD3DC;
}
.AnyTagClassName
{
color: #7AD3DC;
}
</style>
background-color css
<style>
a { background-color: #7AD3DC; }
a { background-color: rgb(122,211,220); }
div.DivClassName
{
background-color: #7AD3DC;
}
.BgClassName
{
background-color: #7AD3DC;
}
</style>
border-color css
<style>
span { border-color: #7AD3DC; }
span { border-color: rgb(122,211,220); }
td.TdClassName
{
border-color: #7AD3DC;
}
.TagClassName
{
border-color: #7AD3DC;
}
</style>