Shades of Riptide #92D3CC
Tints of Riptide #92D3CC
RGB
CMYK
RGB Variations
Color information
#92D3CC (or 0x92D3CC) is known color: Riptide. HEX triplet: 92, D3 and CC. RGB value is (146,211,204). Sum of RGB (Red+Green+Blue) = 146+211+204=561 (74% of max value = 765). Red value is 146 (57.42% from 255 or 26.02% from 561); Green value is 211 (82.81% from 255 or 37.61% from 561); Blue value is 204 (80.08% from 255 or 36.36% from 561); Max value from RGB is 211 - color contains mainly: green. Hex color #92D3CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #92D3CC is #6D2C33. Grayscale: #BEBEBE. Windows color (decimal): -7154740 or 13423506. OLE color: 13423506.
HSL color Cylindrical-coordinate representation of color #92D3CC: hue angle of 173.54º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #92D3CC is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 146 | 211 | 204 | - |
| CMYK | 0.31 | 0 | 0.03 | 0.17 |
| HSL | 173.54º | 0.42% | 0.7% | - |
| HSV(B) | 173.54º | 0.31% | 0.83% | - |
| XYZ | 46.05 | 57.06 | 65.71 | - |
| YUV | 190.77 | 135.47 | 96.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 211 | 204 | 0.31 | 0 | 0.03 | 0.17 | 173.54 | 0.42 | 0.7 |
| Hex | 92 | D3 | CC | 1F | 0 | 3 | 11 | AE | 2A | 46 |
| Octal | 222 | 323 | 314 | 37 | 0 | 3 | 21 | 256 | 52 | 106 |
| Binary | 10010010 | 11010011 | 11001100 | 11111 | 0 | 11 | 10001 | 10101110 | 101010 | 1000110 |
Color Harmonies of #92D3CC
Complementary color
Monochromatic Colors of #92D3CC
Black with #92D3CC
Text Example
Text Example
White with #92D3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92D3CC; }
p { color: rgb(146,211,204); }
H1.HeaderClassName
{
color: #92D3CC;
}
.AnyTagClassName
{
color: #92D3CC;
}
</style>
background-color css
<style>
a { background-color: #92D3CC; }
a { background-color: rgb(146,211,204); }
div.DivClassName
{
background-color: #92D3CC;
}
.BgClassName
{
background-color: #92D3CC;
}
</style>
border-color css
<style>
span { border-color: #92D3CC; }
span { border-color: rgb(146,211,204); }
td.TdClassName
{
border-color: #92D3CC;
}
.TagClassName
{
border-color: #92D3CC;
}
</style>