Shades of Riptide #92ECDD
Tints of Riptide #92ECDD
RGB
CMYK
RGB Variations
Color information
#92ECDD (or 0x92ECDD) is known color: Riptide. HEX triplet: 92, EC and DD. RGB value is (146,236,221). Sum of RGB (Red+Green+Blue) = 146+236+221=603 (79% of max value = 765). Red value is 146 (57.42% from 255 or 24.21% from 603); Green value is 236 (92.58% from 255 or 39.14% from 603); Blue value is 221 (86.72% from 255 or 36.65% from 603); Max value from RGB is 236 - color contains mainly: green. Hex color #92ECDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92ECDD is #6D1322. Grayscale: #CFCFCF. Windows color (decimal): -7148323 or 14544018. OLE color: 14544018.
HSL color Cylindrical-coordinate representation of color #92ECDD: hue angle of 170º 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 #92ECDD is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 146 | 236 | 221 | - |
| CMYK | 0.38 | 0 | 0.06 | 0.07 |
| HSL | 170º | 0.7% | 0.75% | - |
| HSV(B) | 170º | 0.38% | 0.93% | - |
| XYZ | 54.9 | 71.32 | 79.28 | - |
| YUV | 207.38 | 135.68 | 84.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 236 | 221 | 0.38 | 0 | 0.06 | 0.07 | 170 | 0.7 | 0.75 |
| Hex | 92 | EC | DD | 26 | 0 | 6 | 7 | AA | 46 | 4B |
| Octal | 222 | 354 | 335 | 46 | 0 | 6 | 7 | 252 | 106 | 113 |
| Binary | 10010010 | 11101100 | 11011101 | 100110 | 0 | 110 | 111 | 10101010 | 1000110 | 1001011 |
Color Harmonies of #92ECDD
Complementary color
Monochromatic Colors of #92ECDD
Black with #92ECDD
Text Example
Text Example
White with #92ECDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92ECDD; }
p { color: rgb(146,236,221); }
H1.HeaderClassName
{
color: #92ECDD;
}
.AnyTagClassName
{
color: #92ECDD;
}
</style>
background-color css
<style>
a { background-color: #92ECDD; }
a { background-color: rgb(146,236,221); }
div.DivClassName
{
background-color: #92ECDD;
}
.BgClassName
{
background-color: #92ECDD;
}
</style>
border-color css
<style>
span { border-color: #92ECDD; }
span { border-color: rgb(146,236,221); }
td.TdClassName
{
border-color: #92ECDD;
}
.TagClassName
{
border-color: #92ECDD;
}
</style>