Shades of Riptide #83E9C5
Tints of Riptide #83E9C5
RGB
CMYK
RGB Variations
Color information
#83E9C5 (or 0x83E9C5) is known color: Riptide. HEX triplet: 83, E9 and C5. RGB value is (131,233,197). Sum of RGB (Red+Green+Blue) = 131+233+197=561 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.35% from 561); Green value is 233 (91.41% from 255 or 41.53% from 561); Blue value is 197 (77.34% from 255 or 35.12% from 561); Max value from RGB is 233 - color contains mainly: green. Hex color #83E9C5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83E9C5 is #7C163A. Grayscale: #C6C6C6. Windows color (decimal): -8132155 or 12970371. OLE color: 12970371.
HSL color Cylindrical-coordinate representation of color #83E9C5: hue angle of 158.82º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #83E9C5 is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 131 | 233 | 197 | - |
| CMYK | 0.44 | 0 | 0.15 | 0.09 |
| HSL | 158.82º | 0.7% | 0.71% | - |
| HSV(B) | 158.82º | 0.44% | 0.91% | - |
| XYZ | 48.58 | 67.13 | 63.22 | - |
| YUV | 198.4 | 127.21 | 79.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 233 | 197 | 0.44 | 0 | 0.15 | 0.09 | 158.82 | 0.7 | 0.71 |
| Hex | 83 | E9 | C5 | 2C | 0 | F | 9 | 9F | 46 | 47 |
| Octal | 203 | 351 | 305 | 54 | 0 | 17 | 11 | 237 | 106 | 107 |
| Binary | 10000011 | 11101001 | 11000101 | 101100 | 0 | 1111 | 1001 | 10011111 | 1000110 | 1000111 |
Color Harmonies of #83E9C5
Complementary color
Monochromatic Colors of #83E9C5
Black with #83E9C5
Text Example
Text Example
White with #83E9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83E9C5; }
p { color: rgb(131,233,197); }
H1.HeaderClassName
{
color: #83E9C5;
}
.AnyTagClassName
{
color: #83E9C5;
}
</style>
background-color css
<style>
a { background-color: #83E9C5; }
a { background-color: rgb(131,233,197); }
div.DivClassName
{
background-color: #83E9C5;
}
.BgClassName
{
background-color: #83E9C5;
}
</style>
border-color css
<style>
span { border-color: #83E9C5; }
span { border-color: rgb(131,233,197); }
td.TdClassName
{
border-color: #83E9C5;
}
.TagClassName
{
border-color: #83E9C5;
}
</style>