Shades of Riptide #7ADACC
Tints of Riptide #7ADACC
RGB
CMYK
RGB Variations
Color information
#7ADACC (or 0x7ADACC) is known color: Riptide. HEX triplet: 7A, DA and CC. RGB value is (122,218,204). Sum of RGB (Red+Green+Blue) = 122+218+204=544 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.43% from 544); Green value is 218 (85.55% from 255 or 40.07% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 218 - color contains mainly: green. Hex color #7ADACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADACC is #852533. Grayscale: #BBBBBB. Windows color (decimal): -8725812 or 13425274. OLE color: 13425274.
HSL color Cylindrical-coordinate representation of color #7ADACC: hue angle of 171.25º 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 #7ADACC is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 218 | 204 | - |
| CMYK | 0.44 | 0 | 0.06 | 0.15 |
| HSL | 171.25º | 0.56% | 0.67% | - |
| HSV(B) | 171.25º | 0.44% | 0.85% | - |
| XYZ | 44 | 58.64 | 66.13 | - |
| YUV | 187.7 | 137.2 | 81.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 218 | 204 | 0.44 | 0 | 0.06 | 0.15 | 171.25 | 0.56 | 0.67 |
| Hex | 7A | DA | CC | 2C | 0 | 6 | F | AB | 38 | 43 |
| Octal | 172 | 332 | 314 | 54 | 0 | 6 | 17 | 253 | 70 | 103 |
| Binary | 1111010 | 11011010 | 11001100 | 101100 | 0 | 110 | 1111 | 10101011 | 111000 | 1000011 |
Color Harmonies of #7ADACC
Complementary color
Monochromatic Colors of #7ADACC
Black with #7ADACC
Text Example
Text Example
White with #7ADACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADACC; }
p { color: rgb(122,218,204); }
H1.HeaderClassName
{
color: #7ADACC;
}
.AnyTagClassName
{
color: #7ADACC;
}
</style>
background-color css
<style>
a { background-color: #7ADACC; }
a { background-color: rgb(122,218,204); }
div.DivClassName
{
background-color: #7ADACC;
}
.BgClassName
{
background-color: #7ADACC;
}
</style>
border-color css
<style>
span { border-color: #7ADACC; }
span { border-color: rgb(122,218,204); }
td.TdClassName
{
border-color: #7ADACC;
}
.TagClassName
{
border-color: #7ADACC;
}
</style>