Shades of Riptide #92DFC7
Tints of Riptide #92DFC7
RGB
CMYK
RGB Variations
Color information
#92DFC7 (or 0x92DFC7) is known color: Riptide. HEX triplet: 92, DF and C7. RGB value is (146,223,199). Sum of RGB (Red+Green+Blue) = 146+223+199=568 (75% of max value = 765). Red value is 146 (57.42% from 255 or 25.70% from 568); Green value is 223 (87.5% from 255 or 39.26% from 568); Blue value is 199 (78.12% from 255 or 35.04% from 568); Max value from RGB is 223 - color contains mainly: green. Hex color #92DFC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92DFC7 is #6D2038. Grayscale: #C5C5C5. Windows color (decimal): -7151673 or 13098898. OLE color: 13098898.
HSL color Cylindrical-coordinate representation of color #92DFC7: hue angle of 161.3º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #92DFC7 is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 146 | 223 | 199 | - |
| CMYK | 0.35 | 0 | 0.11 | 0.13 |
| HSL | 161.3º | 0.55% | 0.72% | - |
| HSV(B) | 161.3º | 0.35% | 0.87% | - |
| XYZ | 48.55 | 63.01 | 63.64 | - |
| YUV | 197.24 | 128.99 | 91.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 223 | 199 | 0.35 | 0 | 0.11 | 0.13 | 161.3 | 0.55 | 0.72 |
| Hex | 92 | DF | C7 | 23 | 0 | B | D | A1 | 37 | 48 |
| Octal | 222 | 337 | 307 | 43 | 0 | 13 | 15 | 241 | 67 | 110 |
| Binary | 10010010 | 11011111 | 11000111 | 100011 | 0 | 1011 | 1101 | 10100001 | 110111 | 1001000 |
Color Harmonies of #92DFC7
Complementary color
Monochromatic Colors of #92DFC7
Black with #92DFC7
Text Example
Text Example
White with #92DFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92DFC7; }
p { color: rgb(146,223,199); }
H1.HeaderClassName
{
color: #92DFC7;
}
.AnyTagClassName
{
color: #92DFC7;
}
</style>
background-color css
<style>
a { background-color: #92DFC7; }
a { background-color: rgb(146,223,199); }
div.DivClassName
{
background-color: #92DFC7;
}
.BgClassName
{
background-color: #92DFC7;
}
</style>
border-color css
<style>
span { border-color: #92DFC7; }
span { border-color: rgb(146,223,199); }
td.TdClassName
{
border-color: #92DFC7;
}
.TagClassName
{
border-color: #92DFC7;
}
</style>