Shades of Riptide #9ADAC5
Tints of Riptide #9ADAC5
RGB
CMYK
RGB Variations
Color information
#9ADAC5 (or 0x9ADAC5) is known color: Riptide. HEX triplet: 9A, DA and C5. RGB value is (154,218,197). Sum of RGB (Red+Green+Blue) = 154+218+197=569 (75% of max value = 765). Red value is 154 (60.55% from 255 or 27.07% from 569); Green value is 218 (85.55% from 255 or 38.31% from 569); Blue value is 197 (77.34% from 255 or 34.62% from 569); Max value from RGB is 218 - color contains mainly: green. Hex color #9ADAC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADAC5 is #65253A. Grayscale: #C4C4C4. Windows color (decimal): -6628667 or 12966554. OLE color: 12966554.
HSL color Cylindrical-coordinate representation of color #9ADAC5: hue angle of 160.31º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9ADAC5 is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 218 | 197 | - |
| CMYK | 0.29 | 0 | 0.10 | 0.15 |
| HSL | 160.31º | 0.46% | 0.73% | - |
| HSV(B) | 160.31º | 0.29% | 0.85% | - |
| XYZ | 48.48 | 61.04 | 62.05 | - |
| YUV | 196.47 | 128.3 | 97.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 218 | 197 | 0.29 | 0 | 0.10 | 0.15 | 160.31 | 0.46 | 0.73 |
| Hex | 9A | DA | C5 | 1D | 0 | A | F | A0 | 2E | 49 |
| Octal | 232 | 332 | 305 | 35 | 0 | 12 | 17 | 240 | 56 | 111 |
| Binary | 10011010 | 11011010 | 11000101 | 11101 | 0 | 1010 | 1111 | 10100000 | 101110 | 1001001 |
Color Harmonies of #9ADAC5
Complementary color
Monochromatic Colors of #9ADAC5
Black with #9ADAC5
Text Example
Text Example
White with #9ADAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADAC5; }
p { color: rgb(154,218,197); }
H1.HeaderClassName
{
color: #9ADAC5;
}
.AnyTagClassName
{
color: #9ADAC5;
}
</style>
background-color css
<style>
a { background-color: #9ADAC5; }
a { background-color: rgb(154,218,197); }
div.DivClassName
{
background-color: #9ADAC5;
}
.BgClassName
{
background-color: #9ADAC5;
}
</style>
border-color css
<style>
span { border-color: #9ADAC5; }
span { border-color: rgb(154,218,197); }
td.TdClassName
{
border-color: #9ADAC5;
}
.TagClassName
{
border-color: #9ADAC5;
}
</style>