Shades of Riptide #90CEC9
Tints of Riptide #90CEC9
RGB
CMYK
RGB Variations
Color information
#90CEC9 (or 0x90CEC9) is known color: Riptide. HEX triplet: 90, CE and C9. RGB value is (144,206,201). Sum of RGB (Red+Green+Blue) = 144+206+201=551 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.13% from 551); Green value is 206 (80.86% from 255 or 37.39% from 551); Blue value is 201 (78.91% from 255 or 36.48% from 551); Max value from RGB is 206 - color contains mainly: green. Hex color #90CEC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CEC9 is #6F3136. Grayscale: #BABABA. Windows color (decimal): -7287095 or 13225616. OLE color: 13225616.
HSL color Cylindrical-coordinate representation of color #90CEC9: hue angle of 175.16º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90CEC9 is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 206 | 201 | - |
| CMYK | 0.30 | 0 | 0.02 | 0.19 |
| HSL | 175.16º | 0.39% | 0.69% | - |
| HSV(B) | 175.16º | 0.3% | 0.81% | - |
| XYZ | 44.12 | 54.29 | 63.41 | - |
| YUV | 186.89 | 135.96 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 206 | 201 | 0.30 | 0 | 0.02 | 0.19 | 175.16 | 0.39 | 0.69 |
| Hex | 90 | CE | C9 | 1E | 0 | 2 | 13 | AF | 27 | 45 |
| Octal | 220 | 316 | 311 | 36 | 0 | 2 | 23 | 257 | 47 | 105 |
| Binary | 10010000 | 11001110 | 11001001 | 11110 | 0 | 10 | 10011 | 10101111 | 100111 | 1000101 |
Color Harmonies of #90CEC9
Complementary color
Monochromatic Colors of #90CEC9
Black with #90CEC9
Text Example
Text Example
White with #90CEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CEC9; }
p { color: rgb(144,206,201); }
H1.HeaderClassName
{
color: #90CEC9;
}
.AnyTagClassName
{
color: #90CEC9;
}
</style>
background-color css
<style>
a { background-color: #90CEC9; }
a { background-color: rgb(144,206,201); }
div.DivClassName
{
background-color: #90CEC9;
}
.BgClassName
{
background-color: #90CEC9;
}
</style>
border-color css
<style>
span { border-color: #90CEC9; }
span { border-color: rgb(144,206,201); }
td.TdClassName
{
border-color: #90CEC9;
}
.TagClassName
{
border-color: #90CEC9;
}
</style>