Shades of Riptide #9ADBC4
Tints of Riptide #9ADBC4
RGB
CMYK
RGB Variations
Color information
#9ADBC4 (or 0x9ADBC4) is known color: Riptide. HEX triplet: 9A, DB and C4. RGB value is (154,219,196). Sum of RGB (Red+Green+Blue) = 154+219+196=569 (75% of max value = 765). Red value is 154 (60.55% from 255 or 27.07% from 569); Green value is 219 (85.94% from 255 or 38.49% from 569); Blue value is 196 (76.95% from 255 or 34.45% from 569); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADBC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADBC4 is #65243B. Grayscale: #C4C4C4. Windows color (decimal): -6628412 or 12901274. OLE color: 12901274.
HSL color Cylindrical-coordinate representation of color #9ADBC4: hue angle of 158.77º degrees, saturation: 0.47, 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 #9ADBC4 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 219 | 196 | - |
| CMYK | 0.30 | 0 | 0.11 | 0.14 |
| HSL | 158.77º | 0.47% | 0.73% | - |
| HSV(B) | 158.77º | 0.3% | 0.86% | - |
| XYZ | 48.62 | 61.52 | 61.54 | - |
| YUV | 196.94 | 127.47 | 97.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 219 | 196 | 0.30 | 0 | 0.11 | 0.14 | 158.77 | 0.47 | 0.73 |
| Hex | 9A | DB | C4 | 1E | 0 | B | E | 9F | 2F | 49 |
| Octal | 232 | 333 | 304 | 36 | 0 | 13 | 16 | 237 | 57 | 111 |
| Binary | 10011010 | 11011011 | 11000100 | 11110 | 0 | 1011 | 1110 | 10011111 | 101111 | 1001001 |
Color Harmonies of #9ADBC4
Complementary color
Monochromatic Colors of #9ADBC4
Black with #9ADBC4
Text Example
Text Example
White with #9ADBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADBC4; }
p { color: rgb(154,219,196); }
H1.HeaderClassName
{
color: #9ADBC4;
}
.AnyTagClassName
{
color: #9ADBC4;
}
</style>
background-color css
<style>
a { background-color: #9ADBC4; }
a { background-color: rgb(154,219,196); }
div.DivClassName
{
background-color: #9ADBC4;
}
.BgClassName
{
background-color: #9ADBC4;
}
</style>
border-color css
<style>
span { border-color: #9ADBC4; }
span { border-color: rgb(154,219,196); }
td.TdClassName
{
border-color: #9ADBC4;
}
.TagClassName
{
border-color: #9ADBC4;
}
</style>