Shades of Riptide #92D9CE
Tints of Riptide #92D9CE
RGB
CMYK
RGB Variations
Color information
#92D9CE (or 0x92D9CE) is known color: Riptide. HEX triplet: 92, D9 and CE. RGB value is (146,217,206). Sum of RGB (Red+Green+Blue) = 146+217+206=569 (75% of max value = 765). Red value is 146 (57.42% from 255 or 25.66% from 569); Green value is 217 (85.16% from 255 or 38.14% from 569); Blue value is 206 (80.86% from 255 or 36.20% from 569); Max value from RGB is 217 - color contains mainly: green. Hex color #92D9CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92D9CE is #6D2631. Grayscale: #C2C2C2. Windows color (decimal): -7153202 or 13556114. OLE color: 13556114.
HSL color Cylindrical-coordinate representation of color #92D9CE: hue angle of 170.7º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #92D9CE is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 146 | 217 | 206 | - |
| CMYK | 0.33 | 0 | 0.05 | 0.15 |
| HSL | 170.7º | 0.48% | 0.71% | - |
| HSV(B) | 170.7º | 0.33% | 0.85% | - |
| XYZ | 47.81 | 60.19 | 67.49 | - |
| YUV | 194.52 | 134.48 | 93.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 217 | 206 | 0.33 | 0 | 0.05 | 0.15 | 170.7 | 0.48 | 0.71 |
| Hex | 92 | D9 | CE | 21 | 0 | 5 | F | AB | 30 | 47 |
| Octal | 222 | 331 | 316 | 41 | 0 | 5 | 17 | 253 | 60 | 107 |
| Binary | 10010010 | 11011001 | 11001110 | 100001 | 0 | 101 | 1111 | 10101011 | 110000 | 1000111 |
Color Harmonies of #92D9CE
Complementary color
Monochromatic Colors of #92D9CE
Black with #92D9CE
Text Example
Text Example
White with #92D9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D9CE; }
p { color: rgb(146,217,206); }
H1.HeaderClassName
{
color: #92D9CE;
}
.AnyTagClassName
{
color: #92D9CE;
}
</style>
background-color css
<style>
a { background-color: #92D9CE; }
a { background-color: rgb(146,217,206); }
div.DivClassName
{
background-color: #92D9CE;
}
.BgClassName
{
background-color: #92D9CE;
}
</style>
border-color css
<style>
span { border-color: #92D9CE; }
span { border-color: rgb(146,217,206); }
td.TdClassName
{
border-color: #92D9CE;
}
.TagClassName
{
border-color: #92D9CE;
}
</style>