Shades of Riptide #7ADCCC
Tints of Riptide #7ADCCC
RGB
CMYK
RGB Variations
Color information
#7ADCCC (or 0x7ADCCC) is known color: Riptide. HEX triplet: 7A, DC and CC. RGB value is (122,220,204). Sum of RGB (Red+Green+Blue) = 122+220+204=546 (72% of max value = 765). Red value is 122 (48.05% from 255 or 22.34% from 546); Green value is 220 (86.33% from 255 or 40.29% from 546); Blue value is 204 (80.08% from 255 or 37.36% from 546); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ADCCC is #852333. Grayscale: #BCBCBC. Windows color (decimal): -8725300 or 13425786. OLE color: 13425786.
HSL color Cylindrical-coordinate representation of color #7ADCCC: hue angle of 170.2º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ADCCC is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 220 | 204 | - |
| CMYK | 0.45 | 0 | 0.07 | 0.14 |
| HSL | 170.2º | 0.58% | 0.67% | - |
| HSV(B) | 170.2º | 0.45% | 0.86% | - |
| XYZ | 44.52 | 59.68 | 66.3 | - |
| YUV | 188.87 | 136.53 | 80.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 220 | 204 | 0.45 | 0 | 0.07 | 0.14 | 170.2 | 0.58 | 0.67 |
| Hex | 7A | DC | CC | 2D | 0 | 7 | E | AA | 3A | 43 |
| Octal | 172 | 334 | 314 | 55 | 0 | 7 | 16 | 252 | 72 | 103 |
| Binary | 1111010 | 11011100 | 11001100 | 101101 | 0 | 111 | 1110 | 10101010 | 111010 | 1000011 |
Color Harmonies of #7ADCCC
Complementary color
Monochromatic Colors of #7ADCCC
Black with #7ADCCC
Text Example
Text Example
White with #7ADCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADCCC; }
p { color: rgb(122,220,204); }
H1.HeaderClassName
{
color: #7ADCCC;
}
.AnyTagClassName
{
color: #7ADCCC;
}
</style>
background-color css
<style>
a { background-color: #7ADCCC; }
a { background-color: rgb(122,220,204); }
div.DivClassName
{
background-color: #7ADCCC;
}
.BgClassName
{
background-color: #7ADCCC;
}
</style>
border-color css
<style>
span { border-color: #7ADCCC; }
span { border-color: rgb(122,220,204); }
td.TdClassName
{
border-color: #7ADCCC;
}
.TagClassName
{
border-color: #7ADCCC;
}
</style>