Shades of Riptide #92DECF
Tints of Riptide #92DECF
RGB
CMYK
RGB Variations
Color information
#92DECF (or 0x92DECF) is known color: Riptide. HEX triplet: 92, DE and CF. RGB value is (146,222,207). Sum of RGB (Red+Green+Blue) = 146+222+207=575 (76% of max value = 765). Red value is 146 (57.42% from 255 or 25.39% from 575); Green value is 222 (87.11% from 255 or 38.61% from 575); Blue value is 207 (81.25% from 255 or 36% from 575); Max value from RGB is 222 - color contains mainly: green. Hex color #92DECF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92DECF is #6D2130. Grayscale: #C5C5C5. Windows color (decimal): -7151921 or 13622930. OLE color: 13622930.
HSL color Cylindrical-coordinate representation of color #92DECF: hue angle of 168.16º degrees, saturation: 0.54, 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 #92DECF is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 222 | 207 | - |
| CMYK | 0.34 | 0 | 0.07 | 0.13 |
| HSL | 168.16º | 0.54% | 0.72% | - |
| HSV(B) | 168.16º | 0.34% | 0.87% | - |
| XYZ | 49.24 | 62.86 | 68.57 | - |
| YUV | 197.57 | 133.32 | 91.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 222 | 207 | 0.34 | 0 | 0.07 | 0.13 | 168.16 | 0.54 | 0.72 |
| Hex | 92 | DE | CF | 22 | 0 | 7 | D | A8 | 36 | 48 |
| Octal | 222 | 336 | 317 | 42 | 0 | 7 | 15 | 250 | 66 | 110 |
| Binary | 10010010 | 11011110 | 11001111 | 100010 | 0 | 111 | 1101 | 10101000 | 110110 | 1001000 |
Color Harmonies of #92DECF
Complementary color
Monochromatic Colors of #92DECF
Black with #92DECF
Text Example
Text Example
White with #92DECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DECF; }
p { color: rgb(146,222,207); }
H1.HeaderClassName
{
color: #92DECF;
}
.AnyTagClassName
{
color: #92DECF;
}
</style>
background-color css
<style>
a { background-color: #92DECF; }
a { background-color: rgb(146,222,207); }
div.DivClassName
{
background-color: #92DECF;
}
.BgClassName
{
background-color: #92DECF;
}
</style>
border-color css
<style>
span { border-color: #92DECF; }
span { border-color: rgb(146,222,207); }
td.TdClassName
{
border-color: #92DECF;
}
.TagClassName
{
border-color: #92DECF;
}
</style>