Shades of Riptide #92ECD6
Tints of Riptide #92ECD6
RGB
CMYK
RGB Variations
Color information
#92ECD6 (or 0x92ECD6) is known color: Riptide. HEX triplet: 92, EC and D6. RGB value is (146,236,214). Sum of RGB (Red+Green+Blue) = 146+236+214=596 (78% of max value = 765). Red value is 146 (57.42% from 255 or 24.50% from 596); Green value is 236 (92.58% from 255 or 39.60% from 596); Blue value is 214 (83.98% from 255 or 35.91% from 596); Max value from RGB is 236 - color contains mainly: green. Hex color #92ECD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92ECD6 is #6D1329. Grayscale: #CECECE. Windows color (decimal): -7148330 or 14085266. OLE color: 14085266.
HSL color Cylindrical-coordinate representation of color #92ECD6: hue angle of 165.33º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92ECD6 is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 236 | 214 | - |
| CMYK | 0.38 | 0 | 0.09 | 0.07 |
| HSL | 165.33º | 0.7% | 0.75% | - |
| HSV(B) | 165.33º | 0.38% | 0.93% | - |
| XYZ | 53.99 | 70.96 | 74.47 | - |
| YUV | 206.58 | 132.18 | 84.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 236 | 214 | 0.38 | 0 | 0.09 | 0.07 | 165.33 | 0.7 | 0.75 |
| Hex | 92 | EC | D6 | 26 | 0 | 9 | 7 | A5 | 46 | 4B |
| Octal | 222 | 354 | 326 | 46 | 0 | 11 | 7 | 245 | 106 | 113 |
| Binary | 10010010 | 11101100 | 11010110 | 100110 | 0 | 1001 | 111 | 10100101 | 1000110 | 1001011 |
Color Harmonies of #92ECD6
Complementary color
Monochromatic Colors of #92ECD6
Black with #92ECD6
Text Example
Text Example
White with #92ECD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92ECD6; }
p { color: rgb(146,236,214); }
H1.HeaderClassName
{
color: #92ECD6;
}
.AnyTagClassName
{
color: #92ECD6;
}
</style>
background-color css
<style>
a { background-color: #92ECD6; }
a { background-color: rgb(146,236,214); }
div.DivClassName
{
background-color: #92ECD6;
}
.BgClassName
{
background-color: #92ECD6;
}
</style>
border-color css
<style>
span { border-color: #92ECD6; }
span { border-color: rgb(146,236,214); }
td.TdClassName
{
border-color: #92ECD6;
}
.TagClassName
{
border-color: #92ECD6;
}
</style>