Shades of Riptide #83D7D0
Tints of Riptide #83D7D0
RGB
CMYK
RGB Variations
Color information
#83D7D0 (or 0x83D7D0) is known color: Riptide. HEX triplet: 83, D7 and D0. RGB value is (131,215,208). Sum of RGB (Red+Green+Blue) = 131+215+208=554 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.65% from 554); Green value is 215 (84.38% from 255 or 38.81% from 554); Blue value is 208 (81.64% from 255 or 37.55% from 554); Max value from RGB is 215 - color contains mainly: green. Hex color #83D7D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83D7D0 is #7C282F. Grayscale: #BDBDBD. Windows color (decimal): -8136752 or 13686659. OLE color: 13686659.
HSL color Cylindrical-coordinate representation of color #83D7D0: hue angle of 175º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #83D7D0 is Cyan = 0.39, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 131 | 215 | 208 | - |
| CMYK | 0.39 | 0 | 0.03 | 0.16 |
| HSL | 175º | 0.51% | 0.68% | - |
| HSV(B) | 175º | 0.39% | 0.84% | - |
| XYZ | 45.05 | 57.98 | 68.49 | - |
| YUV | 189.09 | 138.67 | 86.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 215 | 208 | 0.39 | 0 | 0.03 | 0.16 | 175 | 0.51 | 0.68 |
| Hex | 83 | D7 | D0 | 27 | 0 | 3 | 10 | AF | 33 | 44 |
| Octal | 203 | 327 | 320 | 47 | 0 | 3 | 20 | 257 | 63 | 104 |
| Binary | 10000011 | 11010111 | 11010000 | 100111 | 0 | 11 | 10000 | 10101111 | 110011 | 1000100 |
Color Harmonies of #83D7D0
Complementary color
Monochromatic Colors of #83D7D0
Black with #83D7D0
Text Example
Text Example
White with #83D7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83D7D0; }
p { color: rgb(131,215,208); }
H1.HeaderClassName
{
color: #83D7D0;
}
.AnyTagClassName
{
color: #83D7D0;
}
</style>
background-color css
<style>
a { background-color: #83D7D0; }
a { background-color: rgb(131,215,208); }
div.DivClassName
{
background-color: #83D7D0;
}
.BgClassName
{
background-color: #83D7D0;
}
</style>
border-color css
<style>
span { border-color: #83D7D0; }
span { border-color: rgb(131,215,208); }
td.TdClassName
{
border-color: #83D7D0;
}
.TagClassName
{
border-color: #83D7D0;
}
</style>