Shades of Riptide #7ADCD1
Tints of Riptide #7ADCD1
RGB
CMYK
RGB Variations
Color information
#7ADCD1 (or 0x7ADCD1) is known color: Riptide. HEX triplet: 7A, DC and D1. RGB value is (122,220,209). Sum of RGB (Red+Green+Blue) = 122+220+209=551 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.14% from 551); Green value is 220 (86.33% from 255 or 39.93% from 551); Blue value is 209 (82.03% from 255 or 37.93% from 551); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADCD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADCD1 is #85232E. Grayscale: #BDBDBD. Windows color (decimal): -8725295 or 13753466. OLE color: 13753466.
HSL color Cylindrical-coordinate representation of color #7ADCD1: hue angle of 173.27º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ADCD1 is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 220 | 209 | - |
| CMYK | 0.45 | 0 | 0.05 | 0.14 |
| HSL | 173.27º | 0.58% | 0.67% | - |
| HSV(B) | 173.27º | 0.45% | 0.86% | - |
| XYZ | 45.13 | 59.93 | 69.51 | - |
| YUV | 189.44 | 139.03 | 79.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 220 | 209 | 0.45 | 0 | 0.05 | 0.14 | 173.27 | 0.58 | 0.67 |
| Hex | 7A | DC | D1 | 2D | 0 | 5 | E | AD | 3A | 43 |
| Octal | 172 | 334 | 321 | 55 | 0 | 5 | 16 | 255 | 72 | 103 |
| Binary | 1111010 | 11011100 | 11010001 | 101101 | 0 | 101 | 1110 | 10101101 | 111010 | 1000011 |
Color Harmonies of #7ADCD1
Complementary color
Monochromatic Colors of #7ADCD1
Black with #7ADCD1
Text Example
Text Example
White with #7ADCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADCD1; }
p { color: rgb(122,220,209); }
H1.HeaderClassName
{
color: #7ADCD1;
}
.AnyTagClassName
{
color: #7ADCD1;
}
</style>
background-color css
<style>
a { background-color: #7ADCD1; }
a { background-color: rgb(122,220,209); }
div.DivClassName
{
background-color: #7ADCD1;
}
.BgClassName
{
background-color: #7ADCD1;
}
</style>
border-color css
<style>
span { border-color: #7ADCD1; }
span { border-color: rgb(122,220,209); }
td.TdClassName
{
border-color: #7ADCD1;
}
.TagClassName
{
border-color: #7ADCD1;
}
</style>