Shades of Riptide #90DCC4
Tints of Riptide #90DCC4
RGB
CMYK
RGB Variations
Color information
#90DCC4 (or 0x90DCC4) is known color: Riptide. HEX triplet: 90, DC and C4. RGB value is (144,220,196). Sum of RGB (Red+Green+Blue) = 144+220+196=560 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.71% from 560); Green value is 220 (86.33% from 255 or 39.29% from 560); Blue value is 196 (76.95% from 255 or 35% from 560); Max value from RGB is 220 - color contains mainly: green. Hex color #90DCC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90DCC4 is #6F233B. Grayscale: #C2C2C2. Windows color (decimal): -7283516 or 12901520. OLE color: 12901520.
HSL color Cylindrical-coordinate representation of color #90DCC4: hue angle of 161.05º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90DCC4 is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 220 | 196 | - |
| CMYK | 0.35 | 0 | 0.11 | 0.14 |
| HSL | 161.05º | 0.52% | 0.71% | - |
| HSV(B) | 161.05º | 0.35% | 0.86% | - |
| XYZ | 47.06 | 61.1 | 61.54 | - |
| YUV | 194.54 | 128.82 | 91.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 220 | 196 | 0.35 | 0 | 0.11 | 0.14 | 161.05 | 0.52 | 0.71 |
| Hex | 90 | DC | C4 | 23 | 0 | B | E | A1 | 34 | 47 |
| Octal | 220 | 334 | 304 | 43 | 0 | 13 | 16 | 241 | 64 | 107 |
| Binary | 10010000 | 11011100 | 11000100 | 100011 | 0 | 1011 | 1110 | 10100001 | 110100 | 1000111 |
Color Harmonies of #90DCC4
Complementary color
Monochromatic Colors of #90DCC4
Black with #90DCC4
Text Example
Text Example
White with #90DCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DCC4; }
p { color: rgb(144,220,196); }
H1.HeaderClassName
{
color: #90DCC4;
}
.AnyTagClassName
{
color: #90DCC4;
}
</style>
background-color css
<style>
a { background-color: #90DCC4; }
a { background-color: rgb(144,220,196); }
div.DivClassName
{
background-color: #90DCC4;
}
.BgClassName
{
background-color: #90DCC4;
}
</style>
border-color css
<style>
span { border-color: #90DCC4; }
span { border-color: rgb(144,220,196); }
td.TdClassName
{
border-color: #90DCC4;
}
.TagClassName
{
border-color: #90DCC4;
}
</style>