Shades of Riptide #83DFC9
Tints of Riptide #83DFC9
RGB
CMYK
RGB Variations
Color information
#83DFC9 (or 0x83DFC9) is known color: Riptide. HEX triplet: 83, DF and C9. RGB value is (131,223,201). Sum of RGB (Red+Green+Blue) = 131+223+201=555 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.60% from 555); Green value is 223 (87.5% from 255 or 40.18% from 555); Blue value is 201 (78.91% from 255 or 36.22% from 555); Max value from RGB is 223 - color contains mainly: green. Hex color #83DFC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DFC9 is #7C2036. Grayscale: #C0C0C0. Windows color (decimal): -8134711 or 13229955. OLE color: 13229955.
HSL color Cylindrical-coordinate representation of color #83DFC9: hue angle of 165.65º 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 #83DFC9 is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 223 | 201 | - |
| CMYK | 0.41 | 0 | 0.10 | 0.13 |
| HSL | 165.65º | 0.59% | 0.69% | - |
| HSV(B) | 165.65º | 0.41% | 0.87% | - |
| XYZ | 46.29 | 61.82 | 64.75 | - |
| YUV | 192.98 | 132.52 | 83.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 223 | 201 | 0.41 | 0 | 0.10 | 0.13 | 165.65 | 0.59 | 0.69 |
| Hex | 83 | DF | C9 | 29 | 0 | A | D | A6 | 3B | 45 |
| Octal | 203 | 337 | 311 | 51 | 0 | 12 | 15 | 246 | 73 | 105 |
| Binary | 10000011 | 11011111 | 11001001 | 101001 | 0 | 1010 | 1101 | 10100110 | 111011 | 1000101 |
Color Harmonies of #83DFC9
Complementary color
Monochromatic Colors of #83DFC9
Black with #83DFC9
Text Example
Text Example
White with #83DFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DFC9; }
p { color: rgb(131,223,201); }
H1.HeaderClassName
{
color: #83DFC9;
}
.AnyTagClassName
{
color: #83DFC9;
}
</style>
background-color css
<style>
a { background-color: #83DFC9; }
a { background-color: rgb(131,223,201); }
div.DivClassName
{
background-color: #83DFC9;
}
.BgClassName
{
background-color: #83DFC9;
}
</style>
border-color css
<style>
span { border-color: #83DFC9; }
span { border-color: rgb(131,223,201); }
td.TdClassName
{
border-color: #83DFC9;
}
.TagClassName
{
border-color: #83DFC9;
}
</style>