Shades of Riptide #7AD9CB
Tints of Riptide #7AD9CB
RGB
CMYK
RGB Variations
Color information
#7AD9CB (or 0x7AD9CB) is known color: Riptide. HEX triplet: 7A, D9 and CB. RGB value is (122,217,203). Sum of RGB (Red+Green+Blue) = 122+217+203=542 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.51% from 542); Green value is 217 (85.16% from 255 or 40.04% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 217 - color contains mainly: green. Hex color #7AD9CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AD9CB is #852634. Grayscale: #BABABA. Windows color (decimal): -8726069 or 13359482. OLE color: 13359482.
HSL color Cylindrical-coordinate representation of color #7AD9CB: hue angle of 171.16º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7AD9CB is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 217 | 203 | - |
| CMYK | 0.44 | 0 | 0.06 | 0.15 |
| HSL | 171.16º | 0.56% | 0.66% | - |
| HSV(B) | 171.16º | 0.44% | 0.85% | - |
| XYZ | 43.62 | 58.08 | 65.41 | - |
| YUV | 187 | 137.03 | 81.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 217 | 203 | 0.44 | 0 | 0.06 | 0.15 | 171.16 | 0.56 | 0.66 |
| Hex | 7A | D9 | CB | 2C | 0 | 6 | F | AB | 38 | 42 |
| Octal | 172 | 331 | 313 | 54 | 0 | 6 | 17 | 253 | 70 | 102 |
| Binary | 1111010 | 11011001 | 11001011 | 101100 | 0 | 110 | 1111 | 10101011 | 111000 | 1000010 |
Color Harmonies of #7AD9CB
Complementary color
Monochromatic Colors of #7AD9CB
Black with #7AD9CB
Text Example
Text Example
White with #7AD9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD9CB; }
p { color: rgb(122,217,203); }
H1.HeaderClassName
{
color: #7AD9CB;
}
.AnyTagClassName
{
color: #7AD9CB;
}
</style>
background-color css
<style>
a { background-color: #7AD9CB; }
a { background-color: rgb(122,217,203); }
div.DivClassName
{
background-color: #7AD9CB;
}
.BgClassName
{
background-color: #7AD9CB;
}
</style>
border-color css
<style>
span { border-color: #7AD9CB; }
span { border-color: rgb(122,217,203); }
td.TdClassName
{
border-color: #7AD9CB;
}
.TagClassName
{
border-color: #7AD9CB;
}
</style>