Shades of Riptide #7ADACB
Tints of Riptide #7ADACB
RGB
CMYK
RGB Variations
Color information
#7ADACB (or 0x7ADACB) is known color: Riptide. HEX triplet: 7A, DA and CB. RGB value is (122,218,203). Sum of RGB (Red+Green+Blue) = 122+218+203=543 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.47% from 543); Green value is 218 (85.55% from 255 or 40.15% from 543); Blue value is 203 (79.69% from 255 or 37.38% from 543); Max value from RGB is 218 - color contains mainly: green. Hex color #7ADACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADACB is #852534. Grayscale: #BBBBBB. Windows color (decimal): -8725813 or 13359738. OLE color: 13359738.
HSL color Cylindrical-coordinate representation of color #7ADACB: hue angle of 170.62º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7ADACB is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 218 | 203 | - |
| CMYK | 0.44 | 0 | 0.07 | 0.15 |
| HSL | 170.63º | 0.56% | 0.67% | - |
| HSV(B) | 170.63º | 0.44% | 0.85% | - |
| XYZ | 43.88 | 58.59 | 65.5 | - |
| YUV | 187.59 | 136.7 | 81.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 218 | 203 | 0.44 | 0 | 0.07 | 0.15 | 170.63 | 0.56 | 0.67 |
| Hex | 7A | DA | CB | 2C | 0 | 7 | F | AB | 38 | 43 |
| Octal | 172 | 332 | 313 | 54 | 0 | 7 | 17 | 253 | 70 | 103 |
| Binary | 1111010 | 11011010 | 11001011 | 101100 | 0 | 111 | 1111 | 10101011 | 111000 | 1000011 |
Color Harmonies of #7ADACB
Complementary color
Monochromatic Colors of #7ADACB
Black with #7ADACB
Text Example
Text Example
White with #7ADACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADACB; }
p { color: rgb(122,218,203); }
H1.HeaderClassName
{
color: #7ADACB;
}
.AnyTagClassName
{
color: #7ADACB;
}
</style>
background-color css
<style>
a { background-color: #7ADACB; }
a { background-color: rgb(122,218,203); }
div.DivClassName
{
background-color: #7ADACB;
}
.BgClassName
{
background-color: #7ADACB;
}
</style>
border-color css
<style>
span { border-color: #7ADACB; }
span { border-color: rgb(122,218,203); }
td.TdClassName
{
border-color: #7ADACB;
}
.TagClassName
{
border-color: #7ADACB;
}
</style>