Shades of Riptide #92D8C9
Tints of Riptide #92D8C9
RGB
CMYK
RGB Variations
Color information
#92D8C9 (or 0x92D8C9) is known color: Riptide. HEX triplet: 92, D8 and C9. RGB value is (146,216,201). Sum of RGB (Red+Green+Blue) = 146+216+201=563 (74% of max value = 765). Red value is 146 (57.42% from 255 or 25.93% from 563); Green value is 216 (84.77% from 255 or 38.37% from 563); Blue value is 201 (78.91% from 255 or 35.70% from 563); Max value from RGB is 216 - color contains mainly: green. Hex color #92D8C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92D8C9 is #6D2736. Grayscale: #C1C1C1. Windows color (decimal): -7153463 or 13228178. OLE color: 13228178.
HSL color Cylindrical-coordinate representation of color #92D8C9: hue angle of 167.14º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #92D8C9 is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 146 | 216 | 201 | - |
| CMYK | 0.32 | 0 | 0.07 | 0.15 |
| HSL | 167.14º | 0.47% | 0.71% | - |
| HSV(B) | 167.14º | 0.32% | 0.85% | - |
| XYZ | 46.95 | 59.44 | 64.26 | - |
| YUV | 193.36 | 132.31 | 94.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 216 | 201 | 0.32 | 0 | 0.07 | 0.15 | 167.14 | 0.47 | 0.71 |
| Hex | 92 | D8 | C9 | 20 | 0 | 7 | F | A7 | 2F | 47 |
| Octal | 222 | 330 | 311 | 40 | 0 | 7 | 17 | 247 | 57 | 107 |
| Binary | 10010010 | 11011000 | 11001001 | 100000 | 0 | 111 | 1111 | 10100111 | 101111 | 1000111 |
Color Harmonies of #92D8C9
Complementary color
Monochromatic Colors of #92D8C9
Black with #92D8C9
Text Example
Text Example
White with #92D8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D8C9; }
p { color: rgb(146,216,201); }
H1.HeaderClassName
{
color: #92D8C9;
}
.AnyTagClassName
{
color: #92D8C9;
}
</style>
background-color css
<style>
a { background-color: #92D8C9; }
a { background-color: rgb(146,216,201); }
div.DivClassName
{
background-color: #92D8C9;
}
.BgClassName
{
background-color: #92D8C9;
}
</style>
border-color css
<style>
span { border-color: #92D8C9; }
span { border-color: rgb(146,216,201); }
td.TdClassName
{
border-color: #92D8C9;
}
.TagClassName
{
border-color: #92D8C9;
}
</style>