Shades of Riptide #83D8C6
Tints of Riptide #83D8C6
RGB
CMYK
RGB Variations
Color information
#83D8C6 (or 0x83D8C6) is known color: Riptide. HEX triplet: 83, D8 and C6. RGB value is (131,216,198). Sum of RGB (Red+Green+Blue) = 131+216+198=545 (72% of max value = 765). Red value is 131 (51.56% from 255 or 24.04% from 545); Green value is 216 (84.77% from 255 or 39.63% from 545); Blue value is 198 (77.73% from 255 or 36.33% from 545); Max value from RGB is 216 - color contains mainly: green. Hex color #83D8C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83D8C6 is #7C2739. Grayscale: #BCBCBC. Windows color (decimal): -8136506 or 13031555. OLE color: 13031555.
HSL color Cylindrical-coordinate representation of color #83D8C6: hue angle of 167.29º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #83D8C6 is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 216 | 198 | - |
| CMYK | 0.39 | 0 | 0.08 | 0.15 |
| HSL | 167.29º | 0.52% | 0.68% | - |
| HSV(B) | 167.29º | 0.39% | 0.85% | - |
| XYZ | 44.11 | 58.01 | 62.3 | - |
| YUV | 188.53 | 133.34 | 86.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 216 | 198 | 0.39 | 0 | 0.08 | 0.15 | 167.29 | 0.52 | 0.68 |
| Hex | 83 | D8 | C6 | 27 | 0 | 8 | F | A7 | 34 | 44 |
| Octal | 203 | 330 | 306 | 47 | 0 | 10 | 17 | 247 | 64 | 104 |
| Binary | 10000011 | 11011000 | 11000110 | 100111 | 0 | 1000 | 1111 | 10100111 | 110100 | 1000100 |
Color Harmonies of #83D8C6
Complementary color
Monochromatic Colors of #83D8C6
Black with #83D8C6
Text Example
Text Example
White with #83D8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D8C6; }
p { color: rgb(131,216,198); }
H1.HeaderClassName
{
color: #83D8C6;
}
.AnyTagClassName
{
color: #83D8C6;
}
</style>
background-color css
<style>
a { background-color: #83D8C6; }
a { background-color: rgb(131,216,198); }
div.DivClassName
{
background-color: #83D8C6;
}
.BgClassName
{
background-color: #83D8C6;
}
</style>
border-color css
<style>
span { border-color: #83D8C6; }
span { border-color: rgb(131,216,198); }
td.TdClassName
{
border-color: #83D8C6;
}
.TagClassName
{
border-color: #83D8C6;
}
</style>