Shades of Riptide #90E5CC
Tints of Riptide #90E5CC
RGB
CMYK
RGB Variations
Color information
#90E5CC (or 0x90E5CC) is known color: Riptide. HEX triplet: 90, E5 and CC. RGB value is (144,229,204). Sum of RGB (Red+Green+Blue) = 144+229+204=577 (76% of max value = 765). Red value is 144 (56.64% from 255 or 24.96% from 577); Green value is 229 (89.84% from 255 or 39.69% from 577); Blue value is 204 (80.08% from 255 or 35.36% from 577); Max value from RGB is 229 - color contains mainly: green. Hex color #90E5CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90E5CC is #6F1A33. Grayscale: #C8C8C8. Windows color (decimal): -7281204 or 13428112. OLE color: 13428112.
HSL color Cylindrical-coordinate representation of color #90E5CC: hue angle of 162.35º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #90E5CC is Cyan = 0.37, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 144 | 229 | 204 | - |
| CMYK | 0.37 | 0 | 0.11 | 0.10 |
| HSL | 162.35º | 0.62% | 0.73% | - |
| HSV(B) | 162.35º | 0.37% | 0.9% | - |
| XYZ | 50.42 | 66.33 | 67.27 | - |
| YUV | 200.74 | 129.84 | 87.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 229 | 204 | 0.37 | 0 | 0.11 | 0.10 | 162.35 | 0.62 | 0.73 |
| Hex | 90 | E5 | CC | 25 | 0 | B | A | A2 | 3E | 49 |
| Octal | 220 | 345 | 314 | 45 | 0 | 13 | 12 | 242 | 76 | 111 |
| Binary | 10010000 | 11100101 | 11001100 | 100101 | 0 | 1011 | 1010 | 10100010 | 111110 | 1001001 |
Color Harmonies of #90E5CC
Complementary color
Monochromatic Colors of #90E5CC
Black with #90E5CC
Text Example
Text Example
White with #90E5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E5CC; }
p { color: rgb(144,229,204); }
H1.HeaderClassName
{
color: #90E5CC;
}
.AnyTagClassName
{
color: #90E5CC;
}
</style>
background-color css
<style>
a { background-color: #90E5CC; }
a { background-color: rgb(144,229,204); }
div.DivClassName
{
background-color: #90E5CC;
}
.BgClassName
{
background-color: #90E5CC;
}
</style>
border-color css
<style>
span { border-color: #90E5CC; }
span { border-color: rgb(144,229,204); }
td.TdClassName
{
border-color: #90E5CC;
}
.TagClassName
{
border-color: #90E5CC;
}
</style>