Shades of Riptide #92E7DD
Tints of Riptide #92E7DD
RGB
CMYK
RGB Variations
Color information
#92E7DD (or 0x92E7DD) is known color: Riptide. HEX triplet: 92, E7 and DD. RGB value is (146,231,221). Sum of RGB (Red+Green+Blue) = 146+231+221=598 (79% of max value = 765). Red value is 146 (57.42% from 255 or 24.41% from 598); Green value is 231 (90.62% from 255 or 38.63% from 598); Blue value is 221 (86.72% from 255 or 36.96% from 598); Max value from RGB is 231 - color contains mainly: green. Hex color #92E7DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92E7DD is #6D1822. Grayscale: #CCCCCC. Windows color (decimal): -7149603 or 14542738. OLE color: 14542738.
HSL color Cylindrical-coordinate representation of color #92E7DD: hue angle of 172.94º 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 #92E7DD is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 146 | 231 | 221 | - |
| CMYK | 0.37 | 0 | 0.04 | 0.09 |
| HSL | 172.94º | 0.64% | 0.74% | - |
| HSV(B) | 172.94º | 0.37% | 0.91% | - |
| XYZ | 53.48 | 68.48 | 78.81 | - |
| YUV | 204.45 | 137.34 | 86.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 231 | 221 | 0.37 | 0 | 0.04 | 0.09 | 172.94 | 0.64 | 0.74 |
| Hex | 92 | E7 | DD | 25 | 0 | 4 | 9 | AD | 40 | 4A |
| Octal | 222 | 347 | 335 | 45 | 0 | 4 | 11 | 255 | 100 | 112 |
| Binary | 10010010 | 11100111 | 11011101 | 100101 | 0 | 100 | 1001 | 10101101 | 1000000 | 1001010 |
Color Harmonies of #92E7DD
Complementary color
Monochromatic Colors of #92E7DD
Black with #92E7DD
Text Example
Text Example
White with #92E7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92E7DD; }
p { color: rgb(146,231,221); }
H1.HeaderClassName
{
color: #92E7DD;
}
.AnyTagClassName
{
color: #92E7DD;
}
</style>
background-color css
<style>
a { background-color: #92E7DD; }
a { background-color: rgb(146,231,221); }
div.DivClassName
{
background-color: #92E7DD;
}
.BgClassName
{
background-color: #92E7DD;
}
</style>
border-color css
<style>
span { border-color: #92E7DD; }
span { border-color: rgb(146,231,221); }
td.TdClassName
{
border-color: #92E7DD;
}
.TagClassName
{
border-color: #92E7DD;
}
</style>