Shades of Riptide #83DAC3
Tints of Riptide #83DAC3
RGB
CMYK
RGB Variations
Color information
#83DAC3 (or 0x83DAC3) is known color: Riptide. HEX triplet: 83, DA and C3. RGB value is (131,218,195). Sum of RGB (Red+Green+Blue) = 131+218+195=544 (72% of max value = 765). Red value is 131 (51.56% from 255 or 24.08% from 544); Green value is 218 (85.55% from 255 or 40.07% from 544); Blue value is 195 (76.56% from 255 or 35.85% from 544); Max value from RGB is 218 - color contains mainly: green. Hex color #83DAC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DAC3 is #7C253C. Grayscale: #BDBDBD. Windows color (decimal): -8135997 or 12835459. OLE color: 12835459.
HSL color Cylindrical-coordinate representation of color #83DAC3: hue angle of 164.14º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83DAC3 is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 131 | 218 | 195 | - |
| CMYK | 0.40 | 0 | 0.11 | 0.15 |
| HSL | 164.14º | 0.54% | 0.68% | - |
| HSV(B) | 164.14º | 0.4% | 0.85% | - |
| XYZ | 44.28 | 58.91 | 60.67 | - |
| YUV | 189.37 | 131.18 | 86.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 218 | 195 | 0.40 | 0 | 0.11 | 0.15 | 164.14 | 0.54 | 0.68 |
| Hex | 83 | DA | C3 | 28 | 0 | B | F | A4 | 36 | 44 |
| Octal | 203 | 332 | 303 | 50 | 0 | 13 | 17 | 244 | 66 | 104 |
| Binary | 10000011 | 11011010 | 11000011 | 101000 | 0 | 1011 | 1111 | 10100100 | 110110 | 1000100 |
Color Harmonies of #83DAC3
Complementary color
Monochromatic Colors of #83DAC3
Black with #83DAC3
Text Example
Text Example
White with #83DAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DAC3; }
p { color: rgb(131,218,195); }
H1.HeaderClassName
{
color: #83DAC3;
}
.AnyTagClassName
{
color: #83DAC3;
}
</style>
background-color css
<style>
a { background-color: #83DAC3; }
a { background-color: rgb(131,218,195); }
div.DivClassName
{
background-color: #83DAC3;
}
.BgClassName
{
background-color: #83DAC3;
}
</style>
border-color css
<style>
span { border-color: #83DAC3; }
span { border-color: rgb(131,218,195); }
td.TdClassName
{
border-color: #83DAC3;
}
.TagClassName
{
border-color: #83DAC3;
}
</style>