Shades of Riptide #7ADFD3
Tints of Riptide #7ADFD3
RGB
CMYK
RGB Variations
Color information
#7ADFD3 (or 0x7ADFD3) is known color: Riptide. HEX triplet: 7A, DF and D3. RGB value is (122,223,211). Sum of RGB (Red+Green+Blue) = 122+223+211=556 (73% of max value = 765). Red value is 122 (48.05% from 255 or 21.94% from 556); Green value is 223 (87.5% from 255 or 40.11% from 556); Blue value is 211 (82.81% from 255 or 37.95% from 556); Max value from RGB is 223 - color contains mainly: green. Hex color #7ADFD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADFD3 is #85202C. Grayscale: #BFBFBF. Windows color (decimal): -8724525 or 13885306. OLE color: 13885306.
HSL color Cylindrical-coordinate representation of color #7ADFD3: hue angle of 172.87º 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 #7ADFD3 is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 223 | 211 | - |
| CMYK | 0.45 | 0 | 0.05 | 0.13 |
| HSL | 172.87º | 0.61% | 0.68% | - |
| HSV(B) | 172.87º | 0.45% | 0.87% | - |
| XYZ | 46.17 | 61.62 | 71.09 | - |
| YUV | 191.43 | 139.04 | 78.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 223 | 211 | 0.45 | 0 | 0.05 | 0.13 | 172.87 | 0.61 | 0.68 |
| Hex | 7A | DF | D3 | 2D | 0 | 5 | D | AD | 3D | 44 |
| Octal | 172 | 337 | 323 | 55 | 0 | 5 | 15 | 255 | 75 | 104 |
| Binary | 1111010 | 11011111 | 11010011 | 101101 | 0 | 101 | 1101 | 10101101 | 111101 | 1000100 |
Color Harmonies of #7ADFD3
Complementary color
Monochromatic Colors of #7ADFD3
Black with #7ADFD3
Text Example
Text Example
White with #7ADFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADFD3; }
p { color: rgb(122,223,211); }
H1.HeaderClassName
{
color: #7ADFD3;
}
.AnyTagClassName
{
color: #7ADFD3;
}
</style>
background-color css
<style>
a { background-color: #7ADFD3; }
a { background-color: rgb(122,223,211); }
div.DivClassName
{
background-color: #7ADFD3;
}
.BgClassName
{
background-color: #7ADFD3;
}
</style>
border-color css
<style>
span { border-color: #7ADFD3; }
span { border-color: rgb(122,223,211); }
td.TdClassName
{
border-color: #7ADFD3;
}
.TagClassName
{
border-color: #7ADFD3;
}
</style>