Shades of Riptide #9ADECA
Tints of Riptide #9ADECA
RGB
CMYK
RGB Variations
Color information
#9ADECA (or 0x9ADECA) is known color: Riptide. HEX triplet: 9A, DE and CA. RGB value is (154,222,202). Sum of RGB (Red+Green+Blue) = 154+222+202=578 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.64% from 578); Green value is 222 (87.11% from 255 or 38.41% from 578); Blue value is 202 (79.30% from 255 or 34.95% from 578); Max value from RGB is 222 - color contains mainly: green. Hex color #9ADECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ADECA is #652135. Grayscale: #C7C7C7. Windows color (decimal): -6627638 or 13295258. OLE color: 13295258.
HSL color Cylindrical-coordinate representation of color #9ADECA: hue angle of 162.35º degrees, saturation: 0.51, 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 #9ADECA is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 154 | 222 | 202 | - |
| CMYK | 0.31 | 0 | 0.09 | 0.13 |
| HSL | 162.35º | 0.51% | 0.74% | - |
| HSV(B) | 162.35º | 0.31% | 0.87% | - |
| XYZ | 50.11 | 63.38 | 65.47 | - |
| YUV | 199.39 | 129.47 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 222 | 202 | 0.31 | 0 | 0.09 | 0.13 | 162.35 | 0.51 | 0.74 |
| Hex | 9A | DE | CA | 1F | 0 | 9 | D | A2 | 33 | 4A |
| Octal | 232 | 336 | 312 | 37 | 0 | 11 | 15 | 242 | 63 | 112 |
| Binary | 10011010 | 11011110 | 11001010 | 11111 | 0 | 1001 | 1101 | 10100010 | 110011 | 1001010 |
Color Harmonies of #9ADECA
Complementary color
Monochromatic Colors of #9ADECA
Black with #9ADECA
Text Example
Text Example
White with #9ADECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADECA; }
p { color: rgb(154,222,202); }
H1.HeaderClassName
{
color: #9ADECA;
}
.AnyTagClassName
{
color: #9ADECA;
}
</style>
background-color css
<style>
a { background-color: #9ADECA; }
a { background-color: rgb(154,222,202); }
div.DivClassName
{
background-color: #9ADECA;
}
.BgClassName
{
background-color: #9ADECA;
}
</style>
border-color css
<style>
span { border-color: #9ADECA; }
span { border-color: rgb(154,222,202); }
td.TdClassName
{
border-color: #9ADECA;
}
.TagClassName
{
border-color: #9ADECA;
}
</style>