Shades of Riptide #7ADDCA
Tints of Riptide #7ADDCA
RGB
CMYK
RGB Variations
Color information
#7ADDCA (or 0x7ADDCA) is known color: Riptide. HEX triplet: 7A, DD and CA. RGB value is (122,221,202). Sum of RGB (Red+Green+Blue) = 122+221+202=545 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.39% from 545); Green value is 221 (86.72% from 255 or 40.55% from 545); Blue value is 202 (79.30% from 255 or 37.06% from 545); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADDCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADDCA is #852235. Grayscale: #BDBDBD. Windows color (decimal): -8725046 or 13294970. OLE color: 13294970.
HSL color Cylindrical-coordinate representation of color #7ADDCA: hue angle of 168.48º 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 #7ADDCA is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 221 | 202 | - |
| CMYK | 0.45 | 0 | 0.09 | 0.13 |
| HSL | 168.48º | 0.59% | 0.67% | - |
| HSV(B) | 168.48º | 0.45% | 0.87% | - |
| XYZ | 44.54 | 60.11 | 65.13 | - |
| YUV | 189.23 | 135.2 | 80.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 221 | 202 | 0.45 | 0 | 0.09 | 0.13 | 168.48 | 0.59 | 0.67 |
| Hex | 7A | DD | CA | 2D | 0 | 9 | D | A8 | 3B | 43 |
| Octal | 172 | 335 | 312 | 55 | 0 | 11 | 15 | 250 | 73 | 103 |
| Binary | 1111010 | 11011101 | 11001010 | 101101 | 0 | 1001 | 1101 | 10101000 | 111011 | 1000011 |
Color Harmonies of #7ADDCA
Complementary color
Monochromatic Colors of #7ADDCA
Black with #7ADDCA
Text Example
Text Example
White with #7ADDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADDCA; }
p { color: rgb(122,221,202); }
H1.HeaderClassName
{
color: #7ADDCA;
}
.AnyTagClassName
{
color: #7ADDCA;
}
</style>
background-color css
<style>
a { background-color: #7ADDCA; }
a { background-color: rgb(122,221,202); }
div.DivClassName
{
background-color: #7ADDCA;
}
.BgClassName
{
background-color: #7ADDCA;
}
</style>
border-color css
<style>
span { border-color: #7ADDCA; }
span { border-color: rgb(122,221,202); }
td.TdClassName
{
border-color: #7ADDCA;
}
.TagClassName
{
border-color: #7ADDCA;
}
</style>