Shades of Riptide #90EAD2
Tints of Riptide #90EAD2
RGB
CMYK
RGB Variations
Color information
#90EAD2 (or 0x90EAD2) is known color: Riptide. HEX triplet: 90, EA and D2. RGB value is (144,234,210). Sum of RGB (Red+Green+Blue) = 144+234+210=588 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.49% from 588); Green value is 234 (91.80% from 255 or 39.80% from 588); Blue value is 210 (82.42% from 255 or 35.71% from 588); Max value from RGB is 234 - color contains mainly: green. Hex color #90EAD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EAD2 is #6F152D. Grayscale: #CCCCCC. Windows color (decimal): -7279918 or 13822608. OLE color: 13822608.
HSL color Cylindrical-coordinate representation of color #90EAD2: hue angle of 164º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90EAD2 is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 234 | 210 | - |
| CMYK | 0.38 | 0 | 0.10 | 0.08 |
| HSL | 164º | 0.68% | 0.74% | - |
| HSV(B) | 164º | 0.38% | 0.92% | - |
| XYZ | 52.56 | 69.43 | 71.6 | - |
| YUV | 204.35 | 131.18 | 84.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 234 | 210 | 0.38 | 0 | 0.10 | 0.08 | 164 | 0.68 | 0.74 |
| Hex | 90 | EA | D2 | 26 | 0 | A | 8 | A4 | 44 | 4A |
| Octal | 220 | 352 | 322 | 46 | 0 | 12 | 10 | 244 | 104 | 112 |
| Binary | 10010000 | 11101010 | 11010010 | 100110 | 0 | 1010 | 1000 | 10100100 | 1000100 | 1001010 |
Color Harmonies of #90EAD2
Complementary color
Monochromatic Colors of #90EAD2
Black with #90EAD2
Text Example
Text Example
White with #90EAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EAD2; }
p { color: rgb(144,234,210); }
H1.HeaderClassName
{
color: #90EAD2;
}
.AnyTagClassName
{
color: #90EAD2;
}
</style>
background-color css
<style>
a { background-color: #90EAD2; }
a { background-color: rgb(144,234,210); }
div.DivClassName
{
background-color: #90EAD2;
}
.BgClassName
{
background-color: #90EAD2;
}
</style>
border-color css
<style>
span { border-color: #90EAD2; }
span { border-color: rgb(144,234,210); }
td.TdClassName
{
border-color: #90EAD2;
}
.TagClassName
{
border-color: #90EAD2;
}
</style>