Shades of Riptide #7ADDCF
Tints of Riptide #7ADDCF
RGB
CMYK
RGB Variations
Color information
#7ADDCF (or 0x7ADDCF) is known color: Riptide. HEX triplet: 7A, DD and CF. RGB value is (122,221,207). Sum of RGB (Red+Green+Blue) = 122+221+207=550 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.18% from 550); Green value is 221 (86.72% from 255 or 40.18% from 550); Blue value is 207 (81.25% from 255 or 37.64% from 550); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADDCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADDCF is #852230. Grayscale: #BDBDBD. Windows color (decimal): -8725041 or 13622650. OLE color: 13622650.
HSL color Cylindrical-coordinate representation of color #7ADDCF: hue angle of 171.52º 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 #7ADDCF is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 221 | 207 | - |
| CMYK | 0.45 | 0 | 0.06 | 0.13 |
| HSL | 171.52º | 0.59% | 0.67% | - |
| HSV(B) | 171.52º | 0.45% | 0.87% | - |
| XYZ | 45.14 | 60.36 | 68.3 | - |
| YUV | 189.8 | 137.7 | 79.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 221 | 207 | 0.45 | 0 | 0.06 | 0.13 | 171.52 | 0.59 | 0.67 |
| Hex | 7A | DD | CF | 2D | 0 | 6 | D | AC | 3B | 43 |
| Octal | 172 | 335 | 317 | 55 | 0 | 6 | 15 | 254 | 73 | 103 |
| Binary | 1111010 | 11011101 | 11001111 | 101101 | 0 | 110 | 1101 | 10101100 | 111011 | 1000011 |
Color Harmonies of #7ADDCF
Complementary color
Monochromatic Colors of #7ADDCF
Black with #7ADDCF
Text Example
Text Example
White with #7ADDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADDCF; }
p { color: rgb(122,221,207); }
H1.HeaderClassName
{
color: #7ADDCF;
}
.AnyTagClassName
{
color: #7ADDCF;
}
</style>
background-color css
<style>
a { background-color: #7ADDCF; }
a { background-color: rgb(122,221,207); }
div.DivClassName
{
background-color: #7ADDCF;
}
.BgClassName
{
background-color: #7ADDCF;
}
</style>
border-color css
<style>
span { border-color: #7ADDCF; }
span { border-color: rgb(122,221,207); }
td.TdClassName
{
border-color: #7ADDCF;
}
.TagClassName
{
border-color: #7ADDCF;
}
</style>