Shades of Riptide #90DECA
Tints of Riptide #90DECA
RGB
CMYK
RGB Variations
Color information
#90DECA (or 0x90DECA) is known color: Riptide. HEX triplet: 90, DE and CA. RGB value is (144,222,202). Sum of RGB (Red+Green+Blue) = 144+222+202=568 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.35% from 568); Green value is 222 (87.11% from 255 or 39.08% from 568); Blue value is 202 (79.30% from 255 or 35.56% from 568); Max value from RGB is 222 - color contains mainly: green. Hex color #90DECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90DECA is #6F2135. Grayscale: #C4C4C4. Windows color (decimal): -7282998 or 13295248. OLE color: 13295248.
HSL color Cylindrical-coordinate representation of color #90DECA: hue angle of 164.62º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90DECA is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 222 | 202 | - |
| CMYK | 0.35 | 0 | 0.09 | 0.13 |
| HSL | 164.62º | 0.54% | 0.72% | - |
| HSV(B) | 164.62º | 0.35% | 0.87% | - |
| XYZ | 48.28 | 62.44 | 65.38 | - |
| YUV | 196.4 | 131.16 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 222 | 202 | 0.35 | 0 | 0.09 | 0.13 | 164.62 | 0.54 | 0.72 |
| Hex | 90 | DE | CA | 23 | 0 | 9 | D | A5 | 36 | 48 |
| Octal | 220 | 336 | 312 | 43 | 0 | 11 | 15 | 245 | 66 | 110 |
| Binary | 10010000 | 11011110 | 11001010 | 100011 | 0 | 1001 | 1101 | 10100101 | 110110 | 1001000 |
Color Harmonies of #90DECA
Complementary color
Monochromatic Colors of #90DECA
Black with #90DECA
Text Example
Text Example
White with #90DECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DECA; }
p { color: rgb(144,222,202); }
H1.HeaderClassName
{
color: #90DECA;
}
.AnyTagClassName
{
color: #90DECA;
}
</style>
background-color css
<style>
a { background-color: #90DECA; }
a { background-color: rgb(144,222,202); }
div.DivClassName
{
background-color: #90DECA;
}
.BgClassName
{
background-color: #90DECA;
}
</style>
border-color css
<style>
span { border-color: #90DECA; }
span { border-color: rgb(144,222,202); }
td.TdClassName
{
border-color: #90DECA;
}
.TagClassName
{
border-color: #90DECA;
}
</style>