Shades of Riptide #7ADDC4
Tints of Riptide #7ADDC4
RGB
CMYK
RGB Variations
Color information
#7ADDC4 (or 0x7ADDC4) is known color: Riptide. HEX triplet: 7A, DD and C4. RGB value is (122,221,196). Sum of RGB (Red+Green+Blue) = 122+221+196=539 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.63% from 539); Green value is 221 (86.72% from 255 or 41.00% from 539); Blue value is 196 (76.95% from 255 or 36.36% from 539); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADDC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADDC4 is #85223B. Grayscale: #BCBCBC. Windows color (decimal): -8725052 or 12901754. OLE color: 12901754.
HSL color Cylindrical-coordinate representation of color #7ADDC4: hue angle of 164.85º 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 #7ADDC4 is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 221 | 196 | - |
| CMYK | 0.45 | 0 | 0.11 | 0.13 |
| HSL | 164.85º | 0.59% | 0.67% | - |
| HSV(B) | 164.85º | 0.45% | 0.87% | - |
| XYZ | 43.85 | 59.84 | 61.46 | - |
| YUV | 188.55 | 132.2 | 80.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 221 | 196 | 0.45 | 0 | 0.11 | 0.13 | 164.85 | 0.59 | 0.67 |
| Hex | 7A | DD | C4 | 2D | 0 | B | D | A5 | 3B | 43 |
| Octal | 172 | 335 | 304 | 55 | 0 | 13 | 15 | 245 | 73 | 103 |
| Binary | 1111010 | 11011101 | 11000100 | 101101 | 0 | 1011 | 1101 | 10100101 | 111011 | 1000011 |
Color Harmonies of #7ADDC4
Complementary color
Monochromatic Colors of #7ADDC4
Black with #7ADDC4
Text Example
Text Example
White with #7ADDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADDC4; }
p { color: rgb(122,221,196); }
H1.HeaderClassName
{
color: #7ADDC4;
}
.AnyTagClassName
{
color: #7ADDC4;
}
</style>
background-color css
<style>
a { background-color: #7ADDC4; }
a { background-color: rgb(122,221,196); }
div.DivClassName
{
background-color: #7ADDC4;
}
.BgClassName
{
background-color: #7ADDC4;
}
</style>
border-color css
<style>
span { border-color: #7ADDC4; }
span { border-color: rgb(122,221,196); }
td.TdClassName
{
border-color: #7ADDC4;
}
.TagClassName
{
border-color: #7ADDC4;
}
</style>