Shades of Spray #7ADCD7
Tints of Spray #7ADCD7
RGB
CMYK
RGB Variations
Color information
#7ADCD7 (or 0x7ADCD7) is known color: Spray. HEX triplet: 7A, DC and D7. RGB value is (122,220,215). Sum of RGB (Red+Green+Blue) = 122+220+215=557 (73% of max value = 765). Red value is 122 (48.05% from 255 or 21.90% from 557); Green value is 220 (86.33% from 255 or 39.50% from 557); Blue value is 215 (84.38% from 255 or 38.60% from 557); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADCD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADCD7 is #852328. Grayscale: #BEBEBE. Windows color (decimal): -8725289 or 14146682. OLE color: 14146682.
HSL color Cylindrical-coordinate representation of color #7ADCD7: hue angle of 176.94º 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 #7ADCD7 is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 220 | 215 | - |
| CMYK | 0.45 | 0 | 0.02 | 0.14 |
| HSL | 176.94º | 0.58% | 0.67% | - |
| HSV(B) | 176.94º | 0.45% | 0.86% | - |
| XYZ | 45.88 | 60.23 | 73.5 | - |
| YUV | 190.13 | 142.03 | 79.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 220 | 215 | 0.45 | 0 | 0.02 | 0.14 | 176.94 | 0.58 | 0.67 |
| Hex | 7A | DC | D7 | 2D | 0 | 2 | E | B1 | 3A | 43 |
| Octal | 172 | 334 | 327 | 55 | 0 | 2 | 16 | 261 | 72 | 103 |
| Binary | 1111010 | 11011100 | 11010111 | 101101 | 0 | 10 | 1110 | 10110001 | 111010 | 1000011 |
Color Harmonies of #7ADCD7
Complementary color
Monochromatic Colors of #7ADCD7
Black with #7ADCD7
Text Example
Text Example
White with #7ADCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADCD7; }
p { color: rgb(122,220,215); }
H1.HeaderClassName
{
color: #7ADCD7;
}
.AnyTagClassName
{
color: #7ADCD7;
}
</style>
background-color css
<style>
a { background-color: #7ADCD7; }
a { background-color: rgb(122,220,215); }
div.DivClassName
{
background-color: #7ADCD7;
}
.BgClassName
{
background-color: #7ADCD7;
}
</style>
border-color css
<style>
span { border-color: #7ADCD7; }
span { border-color: rgb(122,220,215); }
td.TdClassName
{
border-color: #7ADCD7;
}
.TagClassName
{
border-color: #7ADCD7;
}
</style>