Shades of Riptide #9ADCCA
Tints of Riptide #9ADCCA
RGB
CMYK
RGB Variations
Color information
#9ADCCA (or 0x9ADCCA) is known color: Riptide. HEX triplet: 9A, DC and CA. RGB value is (154,220,202). Sum of RGB (Red+Green+Blue) = 154+220+202=576 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.74% from 576); Green value is 220 (86.33% from 255 or 38.19% from 576); Blue value is 202 (79.30% from 255 or 35.07% from 576); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADCCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADCCA is #652335. Grayscale: #C6C6C6. Windows color (decimal): -6628150 or 13294746. OLE color: 13294746.
HSL color Cylindrical-coordinate representation of color #9ADCCA: hue angle of 163.64º 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 #9ADCCA is Cyan = 0.3, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 220 | 202 | - |
| CMYK | 0.3 | 0 | 0.08 | 0.14 |
| HSL | 163.64º | 0.49% | 0.73% | - |
| HSV(B) | 163.64º | 0.3% | 0.86% | - |
| XYZ | 49.58 | 62.32 | 65.29 | - |
| YUV | 198.21 | 130.13 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 220 | 202 | 0.3 | 0 | 0.08 | 0.14 | 163.64 | 0.49 | 0.73 |
| Hex | 9A | DC | CA | 1E | 0 | 8 | E | A4 | 31 | 49 |
| Octal | 232 | 334 | 312 | 36 | 0 | 10 | 16 | 244 | 61 | 111 |
| Binary | 10011010 | 11011100 | 11001010 | 11110 | 0 | 1000 | 1110 | 10100100 | 110001 | 1001001 |
Color Harmonies of #9ADCCA
Complementary color
Monochromatic Colors of #9ADCCA
Black with #9ADCCA
Text Example
Text Example
White with #9ADCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADCCA; }
p { color: rgb(154,220,202); }
H1.HeaderClassName
{
color: #9ADCCA;
}
.AnyTagClassName
{
color: #9ADCCA;
}
</style>
background-color css
<style>
a { background-color: #9ADCCA; }
a { background-color: rgb(154,220,202); }
div.DivClassName
{
background-color: #9ADCCA;
}
.BgClassName
{
background-color: #9ADCCA;
}
</style>
border-color css
<style>
span { border-color: #9ADCCA; }
span { border-color: rgb(154,220,202); }
td.TdClassName
{
border-color: #9ADCCA;
}
.TagClassName
{
border-color: #9ADCCA;
}
</style>