Shades of Riptide #92DFC9
Tints of Riptide #92DFC9
RGB
CMYK
RGB Variations
Color information
#92DFC9 (or 0x92DFC9) is known color: Riptide. HEX triplet: 92, DF and C9. RGB value is (146,223,201). Sum of RGB (Red+Green+Blue) = 146+223+201=570 (75% of max value = 765). Red value is 146 (57.42% from 255 or 25.61% from 570); Green value is 223 (87.5% from 255 or 39.12% from 570); Blue value is 201 (78.91% from 255 or 35.26% from 570); Max value from RGB is 223 - color contains mainly: green. Hex color #92DFC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92DFC9 is #6D2036. Grayscale: #C5C5C5. Windows color (decimal): -7151671 or 13229970. OLE color: 13229970.
HSL color Cylindrical-coordinate representation of color #92DFC9: hue angle of 162.86º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #92DFC9 is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 223 | 201 | - |
| CMYK | 0.35 | 0 | 0.10 | 0.13 |
| HSL | 162.86º | 0.55% | 0.72% | - |
| HSV(B) | 162.86º | 0.35% | 0.87% | - |
| XYZ | 48.78 | 63.1 | 64.87 | - |
| YUV | 197.47 | 129.99 | 91.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 223 | 201 | 0.35 | 0 | 0.10 | 0.13 | 162.86 | 0.55 | 0.72 |
| Hex | 92 | DF | C9 | 23 | 0 | A | D | A3 | 37 | 48 |
| Octal | 222 | 337 | 311 | 43 | 0 | 12 | 15 | 243 | 67 | 110 |
| Binary | 10010010 | 11011111 | 11001001 | 100011 | 0 | 1010 | 1101 | 10100011 | 110111 | 1001000 |
Color Harmonies of #92DFC9
Complementary color
Monochromatic Colors of #92DFC9
Black with #92DFC9
Text Example
Text Example
White with #92DFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DFC9; }
p { color: rgb(146,223,201); }
H1.HeaderClassName
{
color: #92DFC9;
}
.AnyTagClassName
{
color: #92DFC9;
}
</style>
background-color css
<style>
a { background-color: #92DFC9; }
a { background-color: rgb(146,223,201); }
div.DivClassName
{
background-color: #92DFC9;
}
.BgClassName
{
background-color: #92DFC9;
}
</style>
border-color css
<style>
span { border-color: #92DFC9; }
span { border-color: rgb(146,223,201); }
td.TdClassName
{
border-color: #92DFC9;
}
.TagClassName
{
border-color: #92DFC9;
}
</style>