Shades of Riptide #7ADFD4
Tints of Riptide #7ADFD4
RGB
CMYK
RGB Variations
Color information
#7ADFD4 (or 0x7ADFD4) is known color: Riptide. HEX triplet: 7A, DF and D4. RGB value is (122,223,212). Sum of RGB (Red+Green+Blue) = 122+223+212=557 (73% of max value = 765). Red value is 122 (48.05% from 255 or 21.90% from 557); Green value is 223 (87.5% from 255 or 40.04% from 557); Blue value is 212 (83.20% from 255 or 38.06% from 557); Max value from RGB is 223 - color contains mainly: green. Hex color #7ADFD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADFD4 is #85202B. Grayscale: #BFBFBF. Windows color (decimal): -8724524 or 13950842. OLE color: 13950842.
HSL color Cylindrical-coordinate representation of color #7ADFD4: hue angle of 173.47º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ADFD4 is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 223 | 212 | - |
| CMYK | 0.45 | 0 | 0.05 | 0.13 |
| HSL | 173.47º | 0.61% | 0.68% | - |
| HSV(B) | 173.47º | 0.45% | 0.87% | - |
| XYZ | 46.3 | 61.67 | 71.75 | - |
| YUV | 191.55 | 139.54 | 78.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 223 | 212 | 0.45 | 0 | 0.05 | 0.13 | 173.47 | 0.61 | 0.68 |
| Hex | 7A | DF | D4 | 2D | 0 | 5 | D | AD | 3D | 44 |
| Octal | 172 | 337 | 324 | 55 | 0 | 5 | 15 | 255 | 75 | 104 |
| Binary | 1111010 | 11011111 | 11010100 | 101101 | 0 | 101 | 1101 | 10101101 | 111101 | 1000100 |
Color Harmonies of #7ADFD4
Complementary color
Monochromatic Colors of #7ADFD4
Black with #7ADFD4
Text Example
Text Example
White with #7ADFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADFD4; }
p { color: rgb(122,223,212); }
H1.HeaderClassName
{
color: #7ADFD4;
}
.AnyTagClassName
{
color: #7ADFD4;
}
</style>
background-color css
<style>
a { background-color: #7ADFD4; }
a { background-color: rgb(122,223,212); }
div.DivClassName
{
background-color: #7ADFD4;
}
.BgClassName
{
background-color: #7ADFD4;
}
</style>
border-color css
<style>
span { border-color: #7ADFD4; }
span { border-color: rgb(122,223,212); }
td.TdClassName
{
border-color: #7ADFD4;
}
.TagClassName
{
border-color: #7ADFD4;
}
</style>