Shades of Riptide #92E7D7
Tints of Riptide #92E7D7
RGB
CMYK
RGB Variations
Color information
#92E7D7 (or 0x92E7D7) is known color: Riptide. HEX triplet: 92, E7 and D7. RGB value is (146,231,215). Sum of RGB (Red+Green+Blue) = 146+231+215=592 (78% of max value = 765). Red value is 146 (57.42% from 255 or 24.66% from 592); Green value is 231 (90.62% from 255 or 39.02% from 592); Blue value is 215 (84.38% from 255 or 36.32% from 592); Max value from RGB is 231 - color contains mainly: green. Hex color #92E7D7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92E7D7 is #6D1828. Grayscale: #CBCBCB. Windows color (decimal): -7149609 or 14149522. OLE color: 14149522.
HSL color Cylindrical-coordinate representation of color #92E7D7: hue angle of 168.71º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #92E7D7 is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 146 | 231 | 215 | - |
| CMYK | 0.37 | 0 | 0.07 | 0.09 |
| HSL | 168.71º | 0.64% | 0.74% | - |
| HSV(B) | 168.71º | 0.37% | 0.91% | - |
| XYZ | 52.7 | 68.17 | 74.67 | - |
| YUV | 203.76 | 134.34 | 86.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 231 | 215 | 0.37 | 0 | 0.07 | 0.09 | 168.71 | 0.64 | 0.74 |
| Hex | 92 | E7 | D7 | 25 | 0 | 7 | 9 | A9 | 40 | 4A |
| Octal | 222 | 347 | 327 | 45 | 0 | 7 | 11 | 251 | 100 | 112 |
| Binary | 10010010 | 11100111 | 11010111 | 100101 | 0 | 111 | 1001 | 10101001 | 1000000 | 1001010 |
Color Harmonies of #92E7D7
Complementary color
Monochromatic Colors of #92E7D7
Black with #92E7D7
Text Example
Text Example
White with #92E7D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92E7D7; }
p { color: rgb(146,231,215); }
H1.HeaderClassName
{
color: #92E7D7;
}
.AnyTagClassName
{
color: #92E7D7;
}
</style>
background-color css
<style>
a { background-color: #92E7D7; }
a { background-color: rgb(146,231,215); }
div.DivClassName
{
background-color: #92E7D7;
}
.BgClassName
{
background-color: #92E7D7;
}
</style>
border-color css
<style>
span { border-color: #92E7D7; }
span { border-color: rgb(146,231,215); }
td.TdClassName
{
border-color: #92E7D7;
}
.TagClassName
{
border-color: #92E7D7;
}
</style>