Shades of Riptide #9ADCC4
Tints of Riptide #9ADCC4
RGB
CMYK
RGB Variations
Color information
#9ADCC4 (or 0x9ADCC4) is known color: Riptide. HEX triplet: 9A, DC and C4. RGB value is (154,220,196). Sum of RGB (Red+Green+Blue) = 154+220+196=570 (75% of max value = 765). Red value is 154 (60.55% from 255 or 27.02% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 196 (76.95% from 255 or 34.39% from 570); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADCC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADCC4 is #65233B. Grayscale: #C5C5C5. Windows color (decimal): -6628156 or 12901530. OLE color: 12901530.
HSL color Cylindrical-coordinate representation of color #9ADCC4: hue angle of 158.18º 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 #9ADCC4 is Cyan = 0.3, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 220 | 196 | - |
| CMYK | 0.3 | 0 | 0.11 | 0.14 |
| HSL | 158.18º | 0.49% | 0.73% | - |
| HSV(B) | 158.18º | 0.3% | 0.86% | - |
| XYZ | 48.88 | 62.04 | 61.62 | - |
| YUV | 197.53 | 127.13 | 96.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 220 | 196 | 0.3 | 0 | 0.11 | 0.14 | 158.18 | 0.49 | 0.73 |
| Hex | 9A | DC | C4 | 1E | 0 | B | E | 9E | 31 | 49 |
| Octal | 232 | 334 | 304 | 36 | 0 | 13 | 16 | 236 | 61 | 111 |
| Binary | 10011010 | 11011100 | 11000100 | 11110 | 0 | 1011 | 1110 | 10011110 | 110001 | 1001001 |
Color Harmonies of #9ADCC4
Complementary color
Monochromatic Colors of #9ADCC4
Black with #9ADCC4
Text Example
Text Example
White with #9ADCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADCC4; }
p { color: rgb(154,220,196); }
H1.HeaderClassName
{
color: #9ADCC4;
}
.AnyTagClassName
{
color: #9ADCC4;
}
</style>
background-color css
<style>
a { background-color: #9ADCC4; }
a { background-color: rgb(154,220,196); }
div.DivClassName
{
background-color: #9ADCC4;
}
.BgClassName
{
background-color: #9ADCC4;
}
</style>
border-color css
<style>
span { border-color: #9ADCC4; }
span { border-color: rgb(154,220,196); }
td.TdClassName
{
border-color: #9ADCC4;
}
.TagClassName
{
border-color: #9ADCC4;
}
</style>