Shades of Riptide #7ADFD0
Tints of Riptide #7ADFD0
RGB
CMYK
RGB Variations
Color information
#7ADFD0 (or 0x7ADFD0) is known color: Riptide. HEX triplet: 7A, DF and D0. RGB value is (122,223,208). Sum of RGB (Red+Green+Blue) = 122+223+208=553 (73% of max value = 765). Red value is 122 (48.05% from 255 or 22.06% from 553); Green value is 223 (87.5% from 255 or 40.33% from 553); Blue value is 208 (81.64% from 255 or 37.61% from 553); Max value from RGB is 223 - color contains mainly: green. Hex color #7ADFD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADFD0 is #85202F. Grayscale: #BFBFBF. Windows color (decimal): -8724528 or 13688698. OLE color: 13688698.
HSL color Cylindrical-coordinate representation of color #7ADFD0: hue angle of 171.09º 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 #7ADFD0 is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
RGB | 122 | 223 | 208 | - |
CMYK | 0.45 | 0 | 0.07 | 0.13 |
HSL | 171.09º | 0.61% | 0.68% | - |
HSV(B) | 171.09º | 0.45% | 0.87% | - |
XYZ | 45.8 | 61.47 | 69.12 | - |
YUV | 191.09 | 137.54 | 78.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 122 | 223 | 208 | 0.45 | 0 | 0.07 | 0.13 | 171.09 | 0.61 | 0.68 |
Hex | 7A | DF | D0 | 2D | 0 | 7 | D | AB | 3D | 44 |
Octal | 172 | 337 | 320 | 55 | 0 | 7 | 15 | 253 | 75 | 104 |
Binary | 1111010 | 11011111 | 11010000 | 101101 | 0 | 111 | 1101 | 10101011 | 111101 | 1000100 |
Color Harmonies of #7ADFD0
Complementary color
Monochromatic Colors of #7ADFD0
Black with #7ADFD0
Text Example
Text Example
White with #7ADFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADFD0; }
p { color: rgb(122,223,208); }
H1.HeaderClassName
{
color: #7ADFD0;
}
.AnyTagClassName
{
color: #7ADFD0;
}
</style>
background-color css
<style>
a { background-color: #7ADFD0; }
a { background-color: rgb(122,223,208); }
div.DivClassName
{
background-color: #7ADFD0;
}
.BgClassName
{
background-color: #7ADFD0;
}
</style>
border-color css
<style>
span { border-color: #7ADFD0; }
span { border-color: rgb(122,223,208); }
td.TdClassName
{
border-color: #7ADFD0;
}
.TagClassName
{
border-color: #7ADFD0;
}
</style>