Shades of Riptide #92EDD9
Tints of Riptide #92EDD9
RGB
CMYK
RGB Variations
Color information
#92EDD9 (or 0x92EDD9) is known color: Riptide. HEX triplet: 92, ED and D9. RGB value is (146,237,217). Sum of RGB (Red+Green+Blue) = 146+237+217=600 (79% of max value = 765). Red value is 146 (57.42% from 255 or 24.33% from 600); Green value is 237 (92.97% from 255 or 39.5% from 600); Blue value is 217 (85.16% from 255 or 36.17% from 600); Max value from RGB is 237 - color contains mainly: green. Hex color #92EDD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92EDD9 is #6D1226. Grayscale: #CFCFCF. Windows color (decimal): -7148071 or 14282130. OLE color: 14282130.
HSL color Cylindrical-coordinate representation of color #92EDD9: hue angle of 166.81º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92EDD9 is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 237 | 217 | - |
| CMYK | 0.38 | 0 | 0.08 | 0.07 |
| HSL | 166.81º | 0.72% | 0.75% | - |
| HSV(B) | 166.81º | 0.38% | 0.93% | - |
| XYZ | 54.66 | 71.69 | 76.6 | - |
| YUV | 207.51 | 133.35 | 84.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 237 | 217 | 0.38 | 0 | 0.08 | 0.07 | 166.81 | 0.72 | 0.75 |
| Hex | 92 | ED | D9 | 26 | 0 | 8 | 7 | A7 | 48 | 4B |
| Octal | 222 | 355 | 331 | 46 | 0 | 10 | 7 | 247 | 110 | 113 |
| Binary | 10010010 | 11101101 | 11011001 | 100110 | 0 | 1000 | 111 | 10100111 | 1001000 | 1001011 |
Color Harmonies of #92EDD9
Complementary color
Monochromatic Colors of #92EDD9
Black with #92EDD9
Text Example
Text Example
White with #92EDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92EDD9; }
p { color: rgb(146,237,217); }
H1.HeaderClassName
{
color: #92EDD9;
}
.AnyTagClassName
{
color: #92EDD9;
}
</style>
background-color css
<style>
a { background-color: #92EDD9; }
a { background-color: rgb(146,237,217); }
div.DivClassName
{
background-color: #92EDD9;
}
.BgClassName
{
background-color: #92EDD9;
}
</style>
border-color css
<style>
span { border-color: #92EDD9; }
span { border-color: rgb(146,237,217); }
td.TdClassName
{
border-color: #92EDD9;
}
.TagClassName
{
border-color: #92EDD9;
}
</style>