Shades of Riptide #92DBC6
Tints of Riptide #92DBC6
RGB
CMYK
RGB Variations
Color information
#92DBC6 (or 0x92DBC6) is known color: Riptide. HEX triplet: 92, DB and C6. RGB value is (146,219,198). Sum of RGB (Red+Green+Blue) = 146+219+198=563 (74% of max value = 765). Red value is 146 (57.42% from 255 or 25.93% from 563); Green value is 219 (85.94% from 255 or 38.90% from 563); Blue value is 198 (77.73% from 255 or 35.17% from 563); Max value from RGB is 219 - color contains mainly: green. Hex color #92DBC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92DBC6 is #6D2439. Grayscale: #C2C2C2. Windows color (decimal): -7152698 or 13032338. OLE color: 13032338.
HSL color Cylindrical-coordinate representation of color #92DBC6: hue angle of 162.74º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #92DBC6 is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 219 | 198 | - |
| CMYK | 0.33 | 0 | 0.10 | 0.14 |
| HSL | 162.74º | 0.5% | 0.72% | - |
| HSV(B) | 162.74º | 0.33% | 0.86% | - |
| XYZ | 47.38 | 60.85 | 62.67 | - |
| YUV | 194.78 | 129.82 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 219 | 198 | 0.33 | 0 | 0.10 | 0.14 | 162.74 | 0.5 | 0.72 |
| Hex | 92 | DB | C6 | 21 | 0 | A | E | A3 | 32 | 48 |
| Octal | 222 | 333 | 306 | 41 | 0 | 12 | 16 | 243 | 62 | 110 |
| Binary | 10010010 | 11011011 | 11000110 | 100001 | 0 | 1010 | 1110 | 10100011 | 110010 | 1001000 |
Color Harmonies of #92DBC6
Complementary color
Monochromatic Colors of #92DBC6
Black with #92DBC6
Text Example
Text Example
White with #92DBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DBC6; }
p { color: rgb(146,219,198); }
H1.HeaderClassName
{
color: #92DBC6;
}
.AnyTagClassName
{
color: #92DBC6;
}
</style>
background-color css
<style>
a { background-color: #92DBC6; }
a { background-color: rgb(146,219,198); }
div.DivClassName
{
background-color: #92DBC6;
}
.BgClassName
{
background-color: #92DBC6;
}
</style>
border-color css
<style>
span { border-color: #92DBC6; }
span { border-color: rgb(146,219,198); }
td.TdClassName
{
border-color: #92DBC6;
}
.TagClassName
{
border-color: #92DBC6;
}
</style>