Shades of Riptide #90EACB
Tints of Riptide #90EACB
RGB
CMYK
RGB Variations
Color information
#90EACB (or 0x90EACB) is known color: Riptide. HEX triplet: 90, EA and CB. RGB value is (144,234,203). Sum of RGB (Red+Green+Blue) = 144+234+203=581 (76% of max value = 765). Red value is 144 (56.64% from 255 or 24.78% from 581); Green value is 234 (91.80% from 255 or 40.28% from 581); Blue value is 203 (79.69% from 255 or 34.94% from 581); Max value from RGB is 234 - color contains mainly: green. Hex color #90EACB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EACB is #6F1534. Grayscale: #CBCBCB. Windows color (decimal): -7279925 or 13363856. OLE color: 13363856.
HSL color Cylindrical-coordinate representation of color #90EACB: hue angle of 159.33º 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 #90EACB is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 234 | 203 | - |
| CMYK | 0.38 | 0 | 0.13 | 0.08 |
| HSL | 159.33º | 0.68% | 0.74% | - |
| HSV(B) | 159.33º | 0.38% | 0.92% | - |
| XYZ | 51.7 | 69.09 | 67.11 | - |
| YUV | 203.56 | 127.68 | 85.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 234 | 203 | 0.38 | 0 | 0.13 | 0.08 | 159.33 | 0.68 | 0.74 |
| Hex | 90 | EA | CB | 26 | 0 | D | 8 | 9F | 44 | 4A |
| Octal | 220 | 352 | 313 | 46 | 0 | 15 | 10 | 237 | 104 | 112 |
| Binary | 10010000 | 11101010 | 11001011 | 100110 | 0 | 1101 | 1000 | 10011111 | 1000100 | 1001010 |
Color Harmonies of #90EACB
Complementary color
Monochromatic Colors of #90EACB
Black with #90EACB
Text Example
Text Example
White with #90EACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EACB; }
p { color: rgb(144,234,203); }
H1.HeaderClassName
{
color: #90EACB;
}
.AnyTagClassName
{
color: #90EACB;
}
</style>
background-color css
<style>
a { background-color: #90EACB; }
a { background-color: rgb(144,234,203); }
div.DivClassName
{
background-color: #90EACB;
}
.BgClassName
{
background-color: #90EACB;
}
</style>
border-color css
<style>
span { border-color: #90EACB; }
span { border-color: rgb(144,234,203); }
td.TdClassName
{
border-color: #90EACB;
}
.TagClassName
{
border-color: #90EACB;
}
</style>