Shades of Riptide #7AD8CC
Tints of Riptide #7AD8CC
RGB
CMYK
RGB Variations
Color information
#7AD8CC (or 0x7AD8CC) is known color: Riptide. HEX triplet: 7A, D8 and CC. RGB value is (122,216,204). Sum of RGB (Red+Green+Blue) = 122+216+204=542 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.51% from 542); Green value is 216 (84.77% from 255 or 39.85% from 542); Blue value is 204 (80.08% from 255 or 37.64% from 542); Max value from RGB is 216 - color contains mainly: green. Hex color #7AD8CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AD8CC is #852733. Grayscale: #BABABA. Windows color (decimal): -8726324 or 13424762. OLE color: 13424762.
HSL color Cylindrical-coordinate representation of color #7AD8CC: hue angle of 172.34º degrees, saturation: 0.55, 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 #7AD8CC is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 216 | 204 | - |
| CMYK | 0.44 | 0 | 0.06 | 0.15 |
| HSL | 172.34º | 0.55% | 0.66% | - |
| HSV(B) | 172.34º | 0.44% | 0.85% | - |
| XYZ | 43.48 | 57.61 | 65.95 | - |
| YUV | 186.53 | 137.86 | 81.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 216 | 204 | 0.44 | 0 | 0.06 | 0.15 | 172.34 | 0.55 | 0.66 |
| Hex | 7A | D8 | CC | 2C | 0 | 6 | F | AC | 37 | 42 |
| Octal | 172 | 330 | 314 | 54 | 0 | 6 | 17 | 254 | 67 | 102 |
| Binary | 1111010 | 11011000 | 11001100 | 101100 | 0 | 110 | 1111 | 10101100 | 110111 | 1000010 |
Color Harmonies of #7AD8CC
Complementary color
Monochromatic Colors of #7AD8CC
Black with #7AD8CC
Text Example
Text Example
White with #7AD8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD8CC; }
p { color: rgb(122,216,204); }
H1.HeaderClassName
{
color: #7AD8CC;
}
.AnyTagClassName
{
color: #7AD8CC;
}
</style>
background-color css
<style>
a { background-color: #7AD8CC; }
a { background-color: rgb(122,216,204); }
div.DivClassName
{
background-color: #7AD8CC;
}
.BgClassName
{
background-color: #7AD8CC;
}
</style>
border-color css
<style>
span { border-color: #7AD8CC; }
span { border-color: rgb(122,216,204); }
td.TdClassName
{
border-color: #7AD8CC;
}
.TagClassName
{
border-color: #7AD8CC;
}
</style>