Shades of Riptide #92D5CC
Tints of Riptide #92D5CC
RGB
CMYK
RGB Variations
Color information
#92D5CC (or 0x92D5CC) is known color: Riptide. HEX triplet: 92, D5 and CC. RGB value is (146,213,204). Sum of RGB (Red+Green+Blue) = 146+213+204=563 (74% of max value = 765). Red value is 146 (57.42% from 255 or 25.93% from 563); Green value is 213 (83.59% from 255 or 37.83% from 563); Blue value is 204 (80.08% from 255 or 36.23% from 563); Max value from RGB is 213 - color contains mainly: green. Hex color #92D5CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92D5CC is #6D2A33. Grayscale: #BFBFBF. Windows color (decimal): -7154228 or 13424018. OLE color: 13424018.
HSL color Cylindrical-coordinate representation of color #92D5CC: hue angle of 171.94º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #92D5CC is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 146 | 213 | 204 | - |
| CMYK | 0.31 | 0 | 0.04 | 0.16 |
| HSL | 171.94º | 0.44% | 0.7% | - |
| HSV(B) | 171.94º | 0.31% | 0.84% | - |
| XYZ | 46.55 | 58.06 | 65.88 | - |
| YUV | 191.94 | 134.8 | 95.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 213 | 204 | 0.31 | 0 | 0.04 | 0.16 | 171.94 | 0.44 | 0.7 |
| Hex | 92 | D5 | CC | 1F | 0 | 4 | 10 | AC | 2C | 46 |
| Octal | 222 | 325 | 314 | 37 | 0 | 4 | 20 | 254 | 54 | 106 |
| Binary | 10010010 | 11010101 | 11001100 | 11111 | 0 | 100 | 10000 | 10101100 | 101100 | 1000110 |
Color Harmonies of #92D5CC
Complementary color
Monochromatic Colors of #92D5CC
Black with #92D5CC
Text Example
Text Example
White with #92D5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D5CC; }
p { color: rgb(146,213,204); }
H1.HeaderClassName
{
color: #92D5CC;
}
.AnyTagClassName
{
color: #92D5CC;
}
</style>
background-color css
<style>
a { background-color: #92D5CC; }
a { background-color: rgb(146,213,204); }
div.DivClassName
{
background-color: #92D5CC;
}
.BgClassName
{
background-color: #92D5CC;
}
</style>
border-color css
<style>
span { border-color: #92D5CC; }
span { border-color: rgb(146,213,204); }
td.TdClassName
{
border-color: #92D5CC;
}
.TagClassName
{
border-color: #92D5CC;
}
</style>