Shades of Riptide #83DDCD
Tints of Riptide #83DDCD
RGB
CMYK
RGB Variations
Color information
#83DDCD (or 0x83DDCD) is known color: Riptide. HEX triplet: 83, DD and CD. RGB value is (131,221,205). Sum of RGB (Red+Green+Blue) = 131+221+205=557 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.52% from 557); Green value is 221 (86.72% from 255 or 39.68% from 557); Blue value is 205 (80.47% from 255 or 36.80% from 557); Max value from RGB is 221 - color contains mainly: green. Hex color #83DDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DDCD is #7C2232. Grayscale: #C0C0C0. Windows color (decimal): -8135219 or 13491587. OLE color: 13491587.
HSL color Cylindrical-coordinate representation of color #83DDCD: hue angle of 169.33º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83DDCD is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 221 | 205 | - |
| CMYK | 0.41 | 0 | 0.07 | 0.13 |
| HSL | 169.33º | 0.57% | 0.69% | - |
| HSV(B) | 169.33º | 0.41% | 0.87% | - |
| XYZ | 46.24 | 60.95 | 67.08 | - |
| YUV | 192.27 | 135.18 | 84.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 221 | 205 | 0.41 | 0 | 0.07 | 0.13 | 169.33 | 0.57 | 0.69 |
| Hex | 83 | DD | CD | 29 | 0 | 7 | D | A9 | 39 | 45 |
| Octal | 203 | 335 | 315 | 51 | 0 | 7 | 15 | 251 | 71 | 105 |
| Binary | 10000011 | 11011101 | 11001101 | 101001 | 0 | 111 | 1101 | 10101001 | 111001 | 1000101 |
Color Harmonies of #83DDCD
Complementary color
Monochromatic Colors of #83DDCD
Black with #83DDCD
Text Example
Text Example
White with #83DDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DDCD; }
p { color: rgb(131,221,205); }
H1.HeaderClassName
{
color: #83DDCD;
}
.AnyTagClassName
{
color: #83DDCD;
}
</style>
background-color css
<style>
a { background-color: #83DDCD; }
a { background-color: rgb(131,221,205); }
div.DivClassName
{
background-color: #83DDCD;
}
.BgClassName
{
background-color: #83DDCD;
}
</style>
border-color css
<style>
span { border-color: #83DDCD; }
span { border-color: rgb(131,221,205); }
td.TdClassName
{
border-color: #83DDCD;
}
.TagClassName
{
border-color: #83DDCD;
}
</style>