Shades of Spray #7ADADA
Tints of Spray #7ADADA
RGB
CMYK
RGB Variations
Color information
#7ADADA (or 0x7ADADA) is known color: Spray. HEX triplet: 7A, DA and DA. RGB value is (122,218,218). Sum of RGB (Red+Green+Blue) = 122+218+218=558 (73% of max value = 765). Red value is 122 (48.05% from 255 or 21.86% from 558); Green value is 218 (85.55% from 255 or 39.07% from 558); Blue value is 218 (85.55% from 255 or 39.07% from 558); Max value from RGB is 218 - color contains mainly: green, blue. Hex color #7ADADA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADADA is #852525. Grayscale: #BDBDBD. Windows color (decimal): -8725798 or 14342778. OLE color: 14342778.
HSL color Cylindrical-coordinate representation of color #7ADADA: hue angle of 180º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7ADADA is Cyan = 0.44, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 218 | 218 | - |
| CMYK | 0.44 | 0 | 0 | 0.15 |
| HSL | 180º | 0.56% | 0.67% | - |
| HSV(B) | 180º | 0.44% | 0.85% | - |
| XYZ | 45.75 | 59.34 | 75.37 | - |
| YUV | 189.3 | 144.2 | 80 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 218 | 218 | 0.44 | 0 | 0 | 0.15 | 180 | 0.56 | 0.67 |
| Hex | 7A | DA | DA | 2C | 0 | 0 | F | B4 | 38 | 43 |
| Octal | 172 | 332 | 332 | 54 | 0 | 0 | 17 | 264 | 70 | 103 |
| Binary | 1111010 | 11011010 | 11011010 | 101100 | 0 | 0 | 1111 | 10110100 | 111000 | 1000011 |
Color Harmonies of #7ADADA
Complementary color
Monochromatic Colors of #7ADADA
Black with #7ADADA
Text Example
Text Example
White with #7ADADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADADA; }
p { color: rgb(122,218,218); }
H1.HeaderClassName
{
color: #7ADADA;
}
.AnyTagClassName
{
color: #7ADADA;
}
</style>
background-color css
<style>
a { background-color: #7ADADA; }
a { background-color: rgb(122,218,218); }
div.DivClassName
{
background-color: #7ADADA;
}
.BgClassName
{
background-color: #7ADADA;
}
</style>
border-color css
<style>
span { border-color: #7ADADA; }
span { border-color: rgb(122,218,218); }
td.TdClassName
{
border-color: #7ADADA;
}
.TagClassName
{
border-color: #7ADADA;
}
</style>