Shades of Riptide #92E4D8
Tints of Riptide #92E4D8
RGB
CMYK
RGB Variations
Color information
#92E4D8 (or 0x92E4D8) is known color: Riptide. HEX triplet: 92, E4 and D8. RGB value is (146,228,216). Sum of RGB (Red+Green+Blue) = 146+228+216=590 (78% of max value = 765). Red value is 146 (57.42% from 255 or 24.75% from 590); Green value is 228 (89.45% from 255 or 38.64% from 590); Blue value is 216 (84.77% from 255 or 36.61% from 590); Max value from RGB is 228 - color contains mainly: green. Hex color #92E4D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92E4D8 is #6D1B27. Grayscale: #CACACA. Windows color (decimal): -7150376 or 14214290. OLE color: 14214290.
HSL color Cylindrical-coordinate representation of color #92E4D8: hue angle of 171.22º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #92E4D8 is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 146 | 228 | 216 | - |
| CMYK | 0.36 | 0 | 0.05 | 0.11 |
| HSL | 171.22º | 0.6% | 0.73% | - |
| HSV(B) | 171.22º | 0.36% | 0.89% | - |
| XYZ | 51.99 | 66.56 | 75.07 | - |
| YUV | 202.11 | 135.83 | 87.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 228 | 216 | 0.36 | 0 | 0.05 | 0.11 | 171.22 | 0.6 | 0.73 |
| Hex | 92 | E4 | D8 | 24 | 0 | 5 | B | AB | 3C | 49 |
| Octal | 222 | 344 | 330 | 44 | 0 | 5 | 13 | 253 | 74 | 111 |
| Binary | 10010010 | 11100100 | 11011000 | 100100 | 0 | 101 | 1011 | 10101011 | 111100 | 1001001 |
Color Harmonies of #92E4D8
Complementary color
Monochromatic Colors of #92E4D8
Black with #92E4D8
Text Example
Text Example
White with #92E4D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92E4D8; }
p { color: rgb(146,228,216); }
H1.HeaderClassName
{
color: #92E4D8;
}
.AnyTagClassName
{
color: #92E4D8;
}
</style>
background-color css
<style>
a { background-color: #92E4D8; }
a { background-color: rgb(146,228,216); }
div.DivClassName
{
background-color: #92E4D8;
}
.BgClassName
{
background-color: #92E4D8;
}
</style>
border-color css
<style>
span { border-color: #92E4D8; }
span { border-color: rgb(146,228,216); }
td.TdClassName
{
border-color: #92E4D8;
}
.TagClassName
{
border-color: #92E4D8;
}
</style>