Shades of Riptide #92E1CA
Tints of Riptide #92E1CA
RGB
CMYK
RGB Variations
Color information
#92E1CA (or 0x92E1CA) is known color: Riptide. HEX triplet: 92, E1 and CA. RGB value is (146,225,202). Sum of RGB (Red+Green+Blue) = 146+225+202=573 (75% of max value = 765). Red value is 146 (57.42% from 255 or 25.48% from 573); Green value is 225 (88.28% from 255 or 39.27% from 573); Blue value is 202 (79.30% from 255 or 35.25% from 573); Max value from RGB is 225 - color contains mainly: green. Hex color #92E1CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92E1CA is #6D1E35. Grayscale: #C6C6C6. Windows color (decimal): -7151158 or 13296018. OLE color: 13296018.
HSL color Cylindrical-coordinate representation of color #92E1CA: hue angle of 162.53º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #92E1CA is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 146 | 225 | 202 | - |
| CMYK | 0.35 | 0 | 0.10 | 0.12 |
| HSL | 162.53º | 0.57% | 0.73% | - |
| HSV(B) | 162.53º | 0.35% | 0.88% | - |
| XYZ | 49.44 | 64.23 | 65.67 | - |
| YUV | 198.76 | 129.83 | 90.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 225 | 202 | 0.35 | 0 | 0.10 | 0.12 | 162.53 | 0.57 | 0.73 |
| Hex | 92 | E1 | CA | 23 | 0 | A | C | A3 | 39 | 49 |
| Octal | 222 | 341 | 312 | 43 | 0 | 12 | 14 | 243 | 71 | 111 |
| Binary | 10010010 | 11100001 | 11001010 | 100011 | 0 | 1010 | 1100 | 10100011 | 111001 | 1001001 |
Color Harmonies of #92E1CA
Complementary color
Monochromatic Colors of #92E1CA
Black with #92E1CA
Text Example
Text Example
White with #92E1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92E1CA; }
p { color: rgb(146,225,202); }
H1.HeaderClassName
{
color: #92E1CA;
}
.AnyTagClassName
{
color: #92E1CA;
}
</style>
background-color css
<style>
a { background-color: #92E1CA; }
a { background-color: rgb(146,225,202); }
div.DivClassName
{
background-color: #92E1CA;
}
.BgClassName
{
background-color: #92E1CA;
}
</style>
border-color css
<style>
span { border-color: #92E1CA; }
span { border-color: rgb(146,225,202); }
td.TdClassName
{
border-color: #92E1CA;
}
.TagClassName
{
border-color: #92E1CA;
}
</style>