Shades of Riptide #92D3C4
Tints of Riptide #92D3C4
RGB
CMYK
RGB Variations
Color information
#92D3C4 (or 0x92D3C4) is known color: Riptide. HEX triplet: 92, D3 and C4. RGB value is (146,211,196). Sum of RGB (Red+Green+Blue) = 146+211+196=553 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.40% from 553); Green value is 211 (82.81% from 255 or 38.16% from 553); Blue value is 196 (76.95% from 255 or 35.44% from 553); Max value from RGB is 211 - color contains mainly: green. Hex color #92D3C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92D3C4 is #6D2C3B. Grayscale: #BDBDBD. Windows color (decimal): -7154748 or 12899218. OLE color: 12899218.
HSL color Cylindrical-coordinate representation of color #92D3C4: hue angle of 166.15º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #92D3C4 is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 146 | 211 | 196 | - |
| CMYK | 0.31 | 0 | 0.07 | 0.17 |
| HSL | 166.15º | 0.42% | 0.7% | - |
| HSV(B) | 166.15º | 0.31% | 0.83% | - |
| XYZ | 45.11 | 56.69 | 60.79 | - |
| YUV | 189.86 | 131.47 | 96.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 211 | 196 | 0.31 | 0 | 0.07 | 0.17 | 166.15 | 0.42 | 0.7 |
| Hex | 92 | D3 | C4 | 1F | 0 | 7 | 11 | A6 | 2A | 46 |
| Octal | 222 | 323 | 304 | 37 | 0 | 7 | 21 | 246 | 52 | 106 |
| Binary | 10010010 | 11010011 | 11000100 | 11111 | 0 | 111 | 10001 | 10100110 | 101010 | 1000110 |
Color Harmonies of #92D3C4
Complementary color
Monochromatic Colors of #92D3C4
Black with #92D3C4
Text Example
Text Example
White with #92D3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D3C4; }
p { color: rgb(146,211,196); }
H1.HeaderClassName
{
color: #92D3C4;
}
.AnyTagClassName
{
color: #92D3C4;
}
</style>
background-color css
<style>
a { background-color: #92D3C4; }
a { background-color: rgb(146,211,196); }
div.DivClassName
{
background-color: #92D3C4;
}
.BgClassName
{
background-color: #92D3C4;
}
</style>
border-color css
<style>
span { border-color: #92D3C4; }
span { border-color: rgb(146,211,196); }
td.TdClassName
{
border-color: #92D3C4;
}
.TagClassName
{
border-color: #92D3C4;
}
</style>