Shades of Riptide #83DFC5
Tints of Riptide #83DFC5
RGB
CMYK
RGB Variations
Color information
#83DFC5 (or 0x83DFC5) is known color: Riptide. HEX triplet: 83, DF and C5. RGB value is (131,223,197). Sum of RGB (Red+Green+Blue) = 131+223+197=551 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.77% from 551); Green value is 223 (87.5% from 255 or 40.47% from 551); Blue value is 197 (77.34% from 255 or 35.75% from 551); Max value from RGB is 223 - color contains mainly: green. Hex color #83DFC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DFC5 is #7C203A. Grayscale: #C0C0C0. Windows color (decimal): -8134715 or 12967811. OLE color: 12967811.
HSL color Cylindrical-coordinate representation of color #83DFC5: hue angle of 163.04º 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 #83DFC5 is Cyan = 0.41, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 223 | 197 | - |
| CMYK | 0.41 | 0 | 0.12 | 0.13 |
| HSL | 163.04º | 0.59% | 0.69% | - |
| HSV(B) | 163.04º | 0.41% | 0.87% | - |
| XYZ | 45.83 | 61.63 | 62.3 | - |
| YUV | 192.53 | 130.52 | 84.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 223 | 197 | 0.41 | 0 | 0.12 | 0.13 | 163.04 | 0.59 | 0.69 |
| Hex | 83 | DF | C5 | 29 | 0 | C | D | A3 | 3B | 45 |
| Octal | 203 | 337 | 305 | 51 | 0 | 14 | 15 | 243 | 73 | 105 |
| Binary | 10000011 | 11011111 | 11000101 | 101001 | 0 | 1100 | 1101 | 10100011 | 111011 | 1000101 |
Color Harmonies of #83DFC5
Complementary color
Monochromatic Colors of #83DFC5
Black with #83DFC5
Text Example
Text Example
White with #83DFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DFC5; }
p { color: rgb(131,223,197); }
H1.HeaderClassName
{
color: #83DFC5;
}
.AnyTagClassName
{
color: #83DFC5;
}
</style>
background-color css
<style>
a { background-color: #83DFC5; }
a { background-color: rgb(131,223,197); }
div.DivClassName
{
background-color: #83DFC5;
}
.BgClassName
{
background-color: #83DFC5;
}
</style>
border-color css
<style>
span { border-color: #83DFC5; }
span { border-color: rgb(131,223,197); }
td.TdClassName
{
border-color: #83DFC5;
}
.TagClassName
{
border-color: #83DFC5;
}
</style>