Shades of Spray #7AD4DC
Tints of Spray #7AD4DC
RGB
CMYK
RGB Variations
Color information
#7AD4DC (or 0x7AD4DC) is known color: Spray. HEX triplet: 7A, D4 and DC. RGB value is (122,212,220). Sum of RGB (Red+Green+Blue) = 122+212+220=554 (73% of max value = 765). Red value is 122 (48.05% from 255 or 22.02% from 554); Green value is 212 (83.20% from 255 or 38.27% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 220 - color contains mainly: blue. Hex color #7AD4DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AD4DC is #852B23. Grayscale: #B9B9B9. Windows color (decimal): -8727332 or 14472314. OLE color: 14472314.
HSL color Cylindrical-coordinate representation of color #7AD4DC: hue angle of 184.9º 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 #7AD4DC is Cyan = 0.45, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 212 | 220 | - |
| CMYK | 0.45 | 0.04 | 0 | 0.14 |
| HSL | 184.9º | 0.58% | 0.67% | - |
| HSV(B) | 184.9º | 0.45% | 0.86% | - |
| XYZ | 44.49 | 56.39 | 76.25 | - |
| YUV | 186 | 147.18 | 82.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 212 | 220 | 0.45 | 0.04 | 0 | 0.14 | 184.9 | 0.58 | 0.67 |
| Hex | 7A | D4 | DC | 2D | 4 | 0 | E | B9 | 3A | 43 |
| Octal | 172 | 324 | 334 | 55 | 4 | 0 | 16 | 271 | 72 | 103 |
| Binary | 1111010 | 11010100 | 11011100 | 101101 | 100 | 0 | 1110 | 10111001 | 111010 | 1000011 |
Color Harmonies of #7AD4DC
Complementary color
Monochromatic Colors of #7AD4DC
Black with #7AD4DC
Text Example
Text Example
White with #7AD4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD4DC; }
p { color: rgb(122,212,220); }
H1.HeaderClassName
{
color: #7AD4DC;
}
.AnyTagClassName
{
color: #7AD4DC;
}
</style>
background-color css
<style>
a { background-color: #7AD4DC; }
a { background-color: rgb(122,212,220); }
div.DivClassName
{
background-color: #7AD4DC;
}
.BgClassName
{
background-color: #7AD4DC;
}
</style>
border-color css
<style>
span { border-color: #7AD4DC; }
span { border-color: rgb(122,212,220); }
td.TdClassName
{
border-color: #7AD4DC;
}
.TagClassName
{
border-color: #7AD4DC;
}
</style>