Shades of Riptide #9ADFC5
Tints of Riptide #9ADFC5
RGB
CMYK
RGB Variations
Color information
#9ADFC5 (or 0x9ADFC5) is known color: Riptide. HEX triplet: 9A, DF and C5. RGB value is (154,223,197). Sum of RGB (Red+Green+Blue) = 154+223+197=574 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.83% from 574); Green value is 223 (87.5% from 255 or 38.85% from 574); Blue value is 197 (77.34% from 255 or 34.32% from 574); Max value from RGB is 223 - color contains mainly: green. Hex color #9ADFC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADFC5 is #65203A. Grayscale: #C7C7C7. Windows color (decimal): -6627387 or 12967834. OLE color: 12967834.
HSL color Cylindrical-coordinate representation of color #9ADFC5: hue angle of 157.39º 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 #9ADFC5 is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 223 | 197 | - |
| CMYK | 0.31 | 0 | 0.12 | 0.13 |
| HSL | 157.39º | 0.52% | 0.74% | - |
| HSV(B) | 157.39º | 0.31% | 0.87% | - |
| XYZ | 49.79 | 63.68 | 62.49 | - |
| YUV | 199.41 | 126.64 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 223 | 197 | 0.31 | 0 | 0.12 | 0.13 | 157.39 | 0.52 | 0.74 |
| Hex | 9A | DF | C5 | 1F | 0 | C | D | 9D | 34 | 4A |
| Octal | 232 | 337 | 305 | 37 | 0 | 14 | 15 | 235 | 64 | 112 |
| Binary | 10011010 | 11011111 | 11000101 | 11111 | 0 | 1100 | 1101 | 10011101 | 110100 | 1001010 |
Color Harmonies of #9ADFC5
Complementary color
Monochromatic Colors of #9ADFC5
Black with #9ADFC5
Text Example
Text Example
White with #9ADFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADFC5; }
p { color: rgb(154,223,197); }
H1.HeaderClassName
{
color: #9ADFC5;
}
.AnyTagClassName
{
color: #9ADFC5;
}
</style>
background-color css
<style>
a { background-color: #9ADFC5; }
a { background-color: rgb(154,223,197); }
div.DivClassName
{
background-color: #9ADFC5;
}
.BgClassName
{
background-color: #9ADFC5;
}
</style>
border-color css
<style>
span { border-color: #9ADFC5; }
span { border-color: rgb(154,223,197); }
td.TdClassName
{
border-color: #9ADFC5;
}
.TagClassName
{
border-color: #9ADFC5;
}
</style>