Shades of Spray #7AD0D0
Tints of Spray #7AD0D0
RGB
CMYK
RGB Variations
Color information
#7AD0D0 (or 0x7AD0D0) is known color: Spray. HEX triplet: 7A, D0 and D0. RGB value is (122,208,208). Sum of RGB (Red+Green+Blue) = 122+208+208=538 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.68% from 538); Green value is 208 (81.64% from 255 or 38.66% from 538); Blue value is 208 (81.64% from 255 or 38.66% from 538); Max value from RGB is 208 - color contains mainly: green, blue. Hex color #7AD0D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AD0D0 is #852F2F. Grayscale: #B6B6B6. Windows color (decimal): -8728368 or 13684858. OLE color: 13684858.
HSL color Cylindrical-coordinate representation of color #7AD0D0: hue angle of 180º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7AD0D0 is Cyan = 0.41, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 208 | 208 | - |
| CMYK | 0.41 | 0 | 0 | 0.18 |
| HSL | 180º | 0.48% | 0.65% | - |
| HSV(B) | 180º | 0.41% | 0.82% | - |
| XYZ | 41.97 | 53.8 | 67.85 | - |
| YUV | 182.29 | 142.51 | 85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 208 | 208 | 0.41 | 0 | 0 | 0.18 | 180 | 0.48 | 0.65 |
| Hex | 7A | D0 | D0 | 29 | 0 | 0 | 12 | B4 | 30 | 41 |
| Octal | 172 | 320 | 320 | 51 | 0 | 0 | 22 | 264 | 60 | 101 |
| Binary | 1111010 | 11010000 | 11010000 | 101001 | 0 | 0 | 10010 | 10110100 | 110000 | 1000001 |
Color Harmonies of #7AD0D0
Complementary color
Monochromatic Colors of #7AD0D0
Black with #7AD0D0
Text Example
Text Example
White with #7AD0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD0D0; }
p { color: rgb(122,208,208); }
H1.HeaderClassName
{
color: #7AD0D0;
}
.AnyTagClassName
{
color: #7AD0D0;
}
</style>
background-color css
<style>
a { background-color: #7AD0D0; }
a { background-color: rgb(122,208,208); }
div.DivClassName
{
background-color: #7AD0D0;
}
.BgClassName
{
background-color: #7AD0D0;
}
</style>
border-color css
<style>
span { border-color: #7AD0D0; }
span { border-color: rgb(122,208,208); }
td.TdClassName
{
border-color: #7AD0D0;
}
.TagClassName
{
border-color: #7AD0D0;
}
</style>