Shades of Riptide #9ADFC6
Tints of Riptide #9ADFC6
RGB
CMYK
RGB Variations
Color information
#9ADFC6 (or 0x9ADFC6) is known color: Riptide. HEX triplet: 9A, DF and C6. RGB value is (154,223,198). Sum of RGB (Red+Green+Blue) = 154+223+198=575 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.78% from 575); Green value is 223 (87.5% from 255 or 38.78% from 575); Blue value is 198 (77.73% from 255 or 34.43% from 575); Max value from RGB is 223 - color contains mainly: green. Hex color #9ADFC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADFC6 is #652039. Grayscale: #C7C7C7. Windows color (decimal): -6627386 or 13033370. OLE color: 13033370.
HSL color Cylindrical-coordinate representation of color #9ADFC6: hue angle of 158.26º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9ADFC6 is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 223 | 198 | - |
| CMYK | 0.31 | 0 | 0.11 | 0.13 |
| HSL | 158.26º | 0.52% | 0.74% | - |
| HSV(B) | 158.26º | 0.31% | 0.87% | - |
| XYZ | 49.91 | 63.72 | 63.1 | - |
| YUV | 199.52 | 127.14 | 95.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 223 | 198 | 0.31 | 0 | 0.11 | 0.13 | 158.26 | 0.52 | 0.74 |
| Hex | 9A | DF | C6 | 1F | 0 | B | D | 9E | 34 | 4A |
| Octal | 232 | 337 | 306 | 37 | 0 | 13 | 15 | 236 | 64 | 112 |
| Binary | 10011010 | 11011111 | 11000110 | 11111 | 0 | 1011 | 1101 | 10011110 | 110100 | 1001010 |
Color Harmonies of #9ADFC6
Complementary color
Monochromatic Colors of #9ADFC6
Black with #9ADFC6
Text Example
Text Example
White with #9ADFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADFC6; }
p { color: rgb(154,223,198); }
H1.HeaderClassName
{
color: #9ADFC6;
}
.AnyTagClassName
{
color: #9ADFC6;
}
</style>
background-color css
<style>
a { background-color: #9ADFC6; }
a { background-color: rgb(154,223,198); }
div.DivClassName
{
background-color: #9ADFC6;
}
.BgClassName
{
background-color: #9ADFC6;
}
</style>
border-color css
<style>
span { border-color: #9ADFC6; }
span { border-color: rgb(154,223,198); }
td.TdClassName
{
border-color: #9ADFC6;
}
.TagClassName
{
border-color: #9ADFC6;
}
</style>