Shades of Riptide #92D2C5
Tints of Riptide #92D2C5
RGB
CMYK
RGB Variations
Color information
#92D2C5 (or 0x92D2C5) is known color: Riptide. HEX triplet: 92, D2 and C5. RGB value is (146,210,197). Sum of RGB (Red+Green+Blue) = 146+210+197=553 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.40% from 553); Green value is 210 (82.42% from 255 or 37.97% from 553); Blue value is 197 (77.34% from 255 or 35.62% from 553); Max value from RGB is 210 - color contains mainly: green. Hex color #92D2C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92D2C5 is #6D2D3A. Grayscale: #BDBDBD. Windows color (decimal): -7155003 or 12964498. OLE color: 12964498.
HSL color Cylindrical-coordinate representation of color #92D2C5: hue angle of 167.81º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #92D2C5 is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 146 | 210 | 197 | - |
| CMYK | 0.30 | 0 | 0.06 | 0.18 |
| HSL | 167.81º | 0.42% | 0.7% | - |
| HSV(B) | 167.81º | 0.3% | 0.82% | - |
| XYZ | 44.98 | 56.24 | 61.31 | - |
| YUV | 189.38 | 132.3 | 97.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 210 | 197 | 0.30 | 0 | 0.06 | 0.18 | 167.81 | 0.42 | 0.7 |
| Hex | 92 | D2 | C5 | 1E | 0 | 6 | 12 | A8 | 2A | 46 |
| Octal | 222 | 322 | 305 | 36 | 0 | 6 | 22 | 250 | 52 | 106 |
| Binary | 10010010 | 11010010 | 11000101 | 11110 | 0 | 110 | 10010 | 10101000 | 101010 | 1000110 |
Color Harmonies of #92D2C5
Complementary color
Monochromatic Colors of #92D2C5
Black with #92D2C5
Text Example
Text Example
White with #92D2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D2C5; }
p { color: rgb(146,210,197); }
H1.HeaderClassName
{
color: #92D2C5;
}
.AnyTagClassName
{
color: #92D2C5;
}
</style>
background-color css
<style>
a { background-color: #92D2C5; }
a { background-color: rgb(146,210,197); }
div.DivClassName
{
background-color: #92D2C5;
}
.BgClassName
{
background-color: #92D2C5;
}
</style>
border-color css
<style>
span { border-color: #92D2C5; }
span { border-color: rgb(146,210,197); }
td.TdClassName
{
border-color: #92D2C5;
}
.TagClassName
{
border-color: #92D2C5;
}
</style>