Shades of Riptide #92DDCC
Tints of Riptide #92DDCC
RGB
CMYK
RGB Variations
Color information
#92DDCC (or 0x92DDCC) is known color: Riptide. HEX triplet: 92, DD and CC. RGB value is (146,221,204). Sum of RGB (Red+Green+Blue) = 146+221+204=571 (75% of max value = 765). Red value is 146 (57.42% from 255 or 25.57% from 571); Green value is 221 (86.72% from 255 or 38.70% from 571); Blue value is 204 (80.08% from 255 or 35.73% from 571); Max value from RGB is 221 - color contains mainly: green. Hex color #92DDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92DDCC is #6D2233. Grayscale: #C4C4C4. Windows color (decimal): -7152180 or 13426066. OLE color: 13426066.
HSL color Cylindrical-coordinate representation of color #92DDCC: hue angle of 166.4º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #92DDCC is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 221 | 204 | - |
| CMYK | 0.34 | 0 | 0.08 | 0.13 |
| HSL | 166.4º | 0.52% | 0.72% | - |
| HSV(B) | 166.4º | 0.34% | 0.87% | - |
| XYZ | 48.61 | 62.18 | 66.57 | - |
| YUV | 196.64 | 132.15 | 91.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 221 | 204 | 0.34 | 0 | 0.08 | 0.13 | 166.4 | 0.52 | 0.72 |
| Hex | 92 | DD | CC | 22 | 0 | 8 | D | A6 | 34 | 48 |
| Octal | 222 | 335 | 314 | 42 | 0 | 10 | 15 | 246 | 64 | 110 |
| Binary | 10010010 | 11011101 | 11001100 | 100010 | 0 | 1000 | 1101 | 10100110 | 110100 | 1001000 |
Color Harmonies of #92DDCC
Complementary color
Monochromatic Colors of #92DDCC
Black with #92DDCC
Text Example
Text Example
White with #92DDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DDCC; }
p { color: rgb(146,221,204); }
H1.HeaderClassName
{
color: #92DDCC;
}
.AnyTagClassName
{
color: #92DDCC;
}
</style>
background-color css
<style>
a { background-color: #92DDCC; }
a { background-color: rgb(146,221,204); }
div.DivClassName
{
background-color: #92DDCC;
}
.BgClassName
{
background-color: #92DDCC;
}
</style>
border-color css
<style>
span { border-color: #92DDCC; }
span { border-color: rgb(146,221,204); }
td.TdClassName
{
border-color: #92DDCC;
}
.TagClassName
{
border-color: #92DDCC;
}
</style>