Shades of Riptide #83DFC0
Tints of Riptide #83DFC0
RGB
CMYK
RGB Variations
Color information
#83DFC0 (or 0x83DFC0) is known color: Riptide. HEX triplet: 83, DF and C0. RGB value is (131,223,192). Sum of RGB (Red+Green+Blue) = 131+223+192=546 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.99% from 546); Green value is 223 (87.5% from 255 or 40.84% from 546); Blue value is 192 (75.39% from 255 or 35.16% from 546); Max value from RGB is 223 - color contains mainly: green. Hex color #83DFC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DFC0 is #7C203F. Grayscale: #BFBFBF. Windows color (decimal): -8134720 or 12640131. OLE color: 12640131.
HSL color Cylindrical-coordinate representation of color #83DFC0: hue angle of 159.78º degrees, saturation: 0.59, 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 #83DFC0 is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 223 | 192 | - |
| CMYK | 0.41 | 0 | 0.14 | 0.13 |
| HSL | 159.78º | 0.59% | 0.69% | - |
| HSV(B) | 159.78º | 0.41% | 0.87% | - |
| XYZ | 45.26 | 61.41 | 59.34 | - |
| YUV | 191.96 | 128.02 | 84.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 223 | 192 | 0.41 | 0 | 0.14 | 0.13 | 159.78 | 0.59 | 0.69 |
| Hex | 83 | DF | C0 | 29 | 0 | E | D | A0 | 3B | 45 |
| Octal | 203 | 337 | 300 | 51 | 0 | 16 | 15 | 240 | 73 | 105 |
| Binary | 10000011 | 11011111 | 11000000 | 101001 | 0 | 1110 | 1101 | 10100000 | 111011 | 1000101 |
Color Harmonies of #83DFC0
Complementary color
Monochromatic Colors of #83DFC0
Black with #83DFC0
Text Example
Text Example
White with #83DFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DFC0; }
p { color: rgb(131,223,192); }
H1.HeaderClassName
{
color: #83DFC0;
}
.AnyTagClassName
{
color: #83DFC0;
}
</style>
background-color css
<style>
a { background-color: #83DFC0; }
a { background-color: rgb(131,223,192); }
div.DivClassName
{
background-color: #83DFC0;
}
.BgClassName
{
background-color: #83DFC0;
}
</style>
border-color css
<style>
span { border-color: #83DFC0; }
span { border-color: rgb(131,223,192); }
td.TdClassName
{
border-color: #83DFC0;
}
.TagClassName
{
border-color: #83DFC0;
}
</style>