Shades of Riptide #92DDC9
Tints of Riptide #92DDC9
RGB
CMYK
RGB Variations
Color information
#92DDC9 (or 0x92DDC9) is known color: Riptide. HEX triplet: 92, DD and C9. RGB value is (146,221,201). Sum of RGB (Red+Green+Blue) = 146+221+201=568 (75% of max value = 765). Red value is 146 (57.42% from 255 or 25.70% from 568); Green value is 221 (86.72% from 255 or 38.91% from 568); Blue value is 201 (78.91% from 255 or 35.39% from 568); Max value from RGB is 221 - color contains mainly: green. Hex color #92DDC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92DDC9 is #6D2236. Grayscale: #C4C4C4. Windows color (decimal): -7152183 or 13229458. OLE color: 13229458.
HSL color Cylindrical-coordinate representation of color #92DDC9: hue angle of 164º 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 #92DDC9 is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 221 | 201 | - |
| CMYK | 0.34 | 0 | 0.09 | 0.13 |
| HSL | 164º | 0.52% | 0.72% | - |
| HSV(B) | 164º | 0.34% | 0.87% | - |
| XYZ | 48.25 | 62.04 | 64.69 | - |
| YUV | 196.3 | 130.65 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 221 | 201 | 0.34 | 0 | 0.09 | 0.13 | 164 | 0.52 | 0.72 |
| Hex | 92 | DD | C9 | 22 | 0 | 9 | D | A4 | 34 | 48 |
| Octal | 222 | 335 | 311 | 42 | 0 | 11 | 15 | 244 | 64 | 110 |
| Binary | 10010010 | 11011101 | 11001001 | 100010 | 0 | 1001 | 1101 | 10100100 | 110100 | 1001000 |
Color Harmonies of #92DDC9
Complementary color
Monochromatic Colors of #92DDC9
Black with #92DDC9
Text Example
Text Example
White with #92DDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DDC9; }
p { color: rgb(146,221,201); }
H1.HeaderClassName
{
color: #92DDC9;
}
.AnyTagClassName
{
color: #92DDC9;
}
</style>
background-color css
<style>
a { background-color: #92DDC9; }
a { background-color: rgb(146,221,201); }
div.DivClassName
{
background-color: #92DDC9;
}
.BgClassName
{
background-color: #92DDC9;
}
</style>
border-color css
<style>
span { border-color: #92DDC9; }
span { border-color: rgb(146,221,201); }
td.TdClassName
{
border-color: #92DDC9;
}
.TagClassName
{
border-color: #92DDC9;
}
</style>