Shades of Riptide #9ADCC6
Tints of Riptide #9ADCC6
RGB
CMYK
RGB Variations
Color information
#9ADCC6 (or 0x9ADCC6) is known color: Riptide. HEX triplet: 9A, DC and C6. RGB value is (154,220,198). Sum of RGB (Red+Green+Blue) = 154+220+198=572 (75% of max value = 765). Red value is 154 (60.55% from 255 or 26.92% from 572); Green value is 220 (86.33% from 255 or 38.46% from 572); Blue value is 198 (77.73% from 255 or 34.62% from 572); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADCC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADCC6 is #652339. Grayscale: #C5C5C5. Windows color (decimal): -6628154 or 13032602. OLE color: 13032602.
HSL color Cylindrical-coordinate representation of color #9ADCC6: hue angle of 160º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ADCC6 is Cyan = 0.3, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 220 | 198 | - |
| CMYK | 0.3 | 0 | 0.1 | 0.14 |
| HSL | 160º | 0.49% | 0.73% | - |
| HSV(B) | 160º | 0.3% | 0.86% | - |
| XYZ | 49.11 | 62.13 | 62.83 | - |
| YUV | 197.76 | 128.13 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 220 | 198 | 0.3 | 0 | 0.1 | 0.14 | 160 | 0.49 | 0.73 |
| Hex | 9A | DC | C6 | 1E | 0 | A | E | A0 | 31 | 49 |
| Octal | 232 | 334 | 306 | 36 | 0 | 12 | 16 | 240 | 61 | 111 |
| Binary | 10011010 | 11011100 | 11000110 | 11110 | 0 | 1010 | 1110 | 10100000 | 110001 | 1001001 |
Color Harmonies of #9ADCC6
Complementary color
Monochromatic Colors of #9ADCC6
Black with #9ADCC6
Text Example
Text Example
White with #9ADCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADCC6; }
p { color: rgb(154,220,198); }
H1.HeaderClassName
{
color: #9ADCC6;
}
.AnyTagClassName
{
color: #9ADCC6;
}
</style>
background-color css
<style>
a { background-color: #9ADCC6; }
a { background-color: rgb(154,220,198); }
div.DivClassName
{
background-color: #9ADCC6;
}
.BgClassName
{
background-color: #9ADCC6;
}
</style>
border-color css
<style>
span { border-color: #9ADCC6; }
span { border-color: rgb(154,220,198); }
td.TdClassName
{
border-color: #9ADCC6;
}
.TagClassName
{
border-color: #9ADCC6;
}
</style>