Shades of Riptide #92E2C5
Tints of Riptide #92E2C5
RGB
CMYK
RGB Variations
Color information
#92E2C5 (or 0x92E2C5) is known color: Riptide. HEX triplet: 92, E2 and C5. RGB value is (146,226,197). Sum of RGB (Red+Green+Blue) = 146+226+197=569 (75% of max value = 765). Red value is 146 (57.42% from 255 or 25.66% from 569); Green value is 226 (88.67% from 255 or 39.72% from 569); Blue value is 197 (77.34% from 255 or 34.62% from 569); Max value from RGB is 226 - color contains mainly: green. Hex color #92E2C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92E2C5 is #6D1D3A. Grayscale: #C6C6C6. Windows color (decimal): -7150907 or 12968594. OLE color: 12968594.
HSL color Cylindrical-coordinate representation of color #92E2C5: hue angle of 158.25º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #92E2C5 is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 146 | 226 | 197 | - |
| CMYK | 0.35 | 0 | 0.13 | 0.11 |
| HSL | 158.25º | 0.58% | 0.73% | - |
| HSV(B) | 158.25º | 0.35% | 0.89% | - |
| XYZ | 49.13 | 64.53 | 62.69 | - |
| YUV | 198.77 | 127 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 226 | 197 | 0.35 | 0 | 0.13 | 0.11 | 158.25 | 0.58 | 0.73 |
| Hex | 92 | E2 | C5 | 23 | 0 | D | B | 9E | 3A | 49 |
| Octal | 222 | 342 | 305 | 43 | 0 | 15 | 13 | 236 | 72 | 111 |
| Binary | 10010010 | 11100010 | 11000101 | 100011 | 0 | 1101 | 1011 | 10011110 | 111010 | 1001001 |
Color Harmonies of #92E2C5
Complementary color
Monochromatic Colors of #92E2C5
Black with #92E2C5
Text Example
Text Example
White with #92E2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92E2C5; }
p { color: rgb(146,226,197); }
H1.HeaderClassName
{
color: #92E2C5;
}
.AnyTagClassName
{
color: #92E2C5;
}
</style>
background-color css
<style>
a { background-color: #92E2C5; }
a { background-color: rgb(146,226,197); }
div.DivClassName
{
background-color: #92E2C5;
}
.BgClassName
{
background-color: #92E2C5;
}
</style>
border-color css
<style>
span { border-color: #92E2C5; }
span { border-color: rgb(146,226,197); }
td.TdClassName
{
border-color: #92E2C5;
}
.TagClassName
{
border-color: #92E2C5;
}
</style>