Shades of Riptide #7ADDCC
Tints of Riptide #7ADDCC
RGB
CMYK
RGB Variations
Color information
#7ADDCC (or 0x7ADDCC) is known color: Riptide. HEX triplet: 7A, DD and CC. RGB value is (122,221,204). Sum of RGB (Red+Green+Blue) = 122+221+204=547 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.30% from 547); Green value is 221 (86.72% from 255 or 40.40% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADDCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADDCC is #852233. Grayscale: #BDBDBD. Windows color (decimal): -8725044 or 13426042. OLE color: 13426042.
HSL color Cylindrical-coordinate representation of color #7ADDCC: hue angle of 169.7º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ADDCC is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 221 | 204 | - |
| CMYK | 0.45 | 0 | 0.08 | 0.13 |
| HSL | 169.7º | 0.59% | 0.67% | - |
| HSV(B) | 169.7º | 0.45% | 0.87% | - |
| XYZ | 44.78 | 60.21 | 66.39 | - |
| YUV | 189.46 | 136.2 | 79.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 221 | 204 | 0.45 | 0 | 0.08 | 0.13 | 169.7 | 0.59 | 0.67 |
| Hex | 7A | DD | CC | 2D | 0 | 8 | D | AA | 3B | 43 |
| Octal | 172 | 335 | 314 | 55 | 0 | 10 | 15 | 252 | 73 | 103 |
| Binary | 1111010 | 11011101 | 11001100 | 101101 | 0 | 1000 | 1101 | 10101010 | 111011 | 1000011 |
Color Harmonies of #7ADDCC
Complementary color
Monochromatic Colors of #7ADDCC
Black with #7ADDCC
Text Example
Text Example
White with #7ADDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADDCC; }
p { color: rgb(122,221,204); }
H1.HeaderClassName
{
color: #7ADDCC;
}
.AnyTagClassName
{
color: #7ADDCC;
}
</style>
background-color css
<style>
a { background-color: #7ADDCC; }
a { background-color: rgb(122,221,204); }
div.DivClassName
{
background-color: #7ADDCC;
}
.BgClassName
{
background-color: #7ADDCC;
}
</style>
border-color css
<style>
span { border-color: #7ADDCC; }
span { border-color: rgb(122,221,204); }
td.TdClassName
{
border-color: #7ADDCC;
}
.TagClassName
{
border-color: #7ADDCC;
}
</style>