Shades of Riptide #90EACF
Tints of Riptide #90EACF
RGB
CMYK
RGB Variations
Color information
#90EACF (or 0x90EACF) is known color: Riptide. HEX triplet: 90, EA and CF. RGB value is (144,234,207). Sum of RGB (Red+Green+Blue) = 144+234+207=585 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.62% from 585); Green value is 234 (91.80% from 255 or 40% from 585); Blue value is 207 (81.25% from 255 or 35.38% from 585); Max value from RGB is 234 - color contains mainly: green. Hex color #90EACF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EACF is #6F1530. Grayscale: #CCCCCC. Windows color (decimal): -7279921 or 13626000. OLE color: 13626000.
HSL color Cylindrical-coordinate representation of color #90EACF: hue angle of 162º 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 #90EACF is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 234 | 207 | - |
| CMYK | 0.38 | 0 | 0.12 | 0.08 |
| HSL | 162º | 0.68% | 0.74% | - |
| HSV(B) | 162º | 0.38% | 0.92% | - |
| XYZ | 52.19 | 69.28 | 69.65 | - |
| YUV | 204.01 | 129.68 | 85.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 234 | 207 | 0.38 | 0 | 0.12 | 0.08 | 162 | 0.68 | 0.74 |
| Hex | 90 | EA | CF | 26 | 0 | C | 8 | A2 | 44 | 4A |
| Octal | 220 | 352 | 317 | 46 | 0 | 14 | 10 | 242 | 104 | 112 |
| Binary | 10010000 | 11101010 | 11001111 | 100110 | 0 | 1100 | 1000 | 10100010 | 1000100 | 1001010 |
Color Harmonies of #90EACF
Complementary color
Monochromatic Colors of #90EACF
Black with #90EACF
Text Example
Text Example
White with #90EACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EACF; }
p { color: rgb(144,234,207); }
H1.HeaderClassName
{
color: #90EACF;
}
.AnyTagClassName
{
color: #90EACF;
}
</style>
background-color css
<style>
a { background-color: #90EACF; }
a { background-color: rgb(144,234,207); }
div.DivClassName
{
background-color: #90EACF;
}
.BgClassName
{
background-color: #90EACF;
}
</style>
border-color css
<style>
span { border-color: #90EACF; }
span { border-color: rgb(144,234,207); }
td.TdClassName
{
border-color: #90EACF;
}
.TagClassName
{
border-color: #90EACF;
}
</style>