Shades of Riptide #9ADCC9
Tints of Riptide #9ADCC9
RGB
CMYK
RGB Variations
Color information
#9ADCC9 (or 0x9ADCC9) is known color: Riptide. HEX triplet: 9A, DC and C9. RGB value is (154,220,201). Sum of RGB (Red+Green+Blue) = 154+220+201=575 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.78% from 575); Green value is 220 (86.33% from 255 or 38.26% from 575); Blue value is 201 (78.91% from 255 or 34.96% from 575); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADCC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADCC9 is #652336. Grayscale: #C6C6C6. Windows color (decimal): -6628151 or 13229210. OLE color: 13229210.
HSL color Cylindrical-coordinate representation of color #9ADCC9: hue angle of 162.73º 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 #9ADCC9 is Cyan = 0.3, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 220 | 201 | - |
| CMYK | 0.3 | 0 | 0.09 | 0.14 |
| HSL | 162.73º | 0.49% | 0.73% | - |
| HSV(B) | 162.73º | 0.3% | 0.86% | - |
| XYZ | 49.46 | 62.27 | 64.67 | - |
| YUV | 198.1 | 129.63 | 96.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 220 | 201 | 0.3 | 0 | 0.09 | 0.14 | 162.73 | 0.49 | 0.73 |
| Hex | 9A | DC | C9 | 1E | 0 | 9 | E | A3 | 31 | 49 |
| Octal | 232 | 334 | 311 | 36 | 0 | 11 | 16 | 243 | 61 | 111 |
| Binary | 10011010 | 11011100 | 11001001 | 11110 | 0 | 1001 | 1110 | 10100011 | 110001 | 1001001 |
Color Harmonies of #9ADCC9
Complementary color
Monochromatic Colors of #9ADCC9
Black with #9ADCC9
Text Example
Text Example
White with #9ADCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADCC9; }
p { color: rgb(154,220,201); }
H1.HeaderClassName
{
color: #9ADCC9;
}
.AnyTagClassName
{
color: #9ADCC9;
}
</style>
background-color css
<style>
a { background-color: #9ADCC9; }
a { background-color: rgb(154,220,201); }
div.DivClassName
{
background-color: #9ADCC9;
}
.BgClassName
{
background-color: #9ADCC9;
}
</style>
border-color css
<style>
span { border-color: #9ADCC9; }
span { border-color: rgb(154,220,201); }
td.TdClassName
{
border-color: #9ADCC9;
}
.TagClassName
{
border-color: #9ADCC9;
}
</style>