Shades of Riptide #83E8BC
Tints of Riptide #83E8BC
RGB
CMYK
RGB Variations
Color information
#83E8BC (or 0x83E8BC) is known color: Riptide. HEX triplet: 83, E8 and BC. RGB value is (131,232,188). Sum of RGB (Red+Green+Blue) = 131+232+188=551 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.77% from 551); Green value is 232 (91.02% from 255 or 42.11% from 551); Blue value is 188 (73.83% from 255 or 34.12% from 551); Max value from RGB is 232 - color contains mainly: green. Hex color #83E8BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83E8BC is #7C1743. Grayscale: #C4C4C4. Windows color (decimal): -8132420 or 12380291. OLE color: 12380291.
HSL color Cylindrical-coordinate representation of color #83E8BC: hue angle of 153.86º degrees, saturation: 0.69, 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 #83E8BC is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 131 | 232 | 188 | - |
| CMYK | 0.44 | 0 | 0.19 | 0.09 |
| HSL | 153.86º | 0.69% | 0.71% | - |
| HSV(B) | 153.86º | 0.44% | 0.91% | - |
| XYZ | 47.29 | 66.17 | 57.86 | - |
| YUV | 196.79 | 123.04 | 81.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 232 | 188 | 0.44 | 0 | 0.19 | 0.09 | 153.86 | 0.69 | 0.71 |
| Hex | 83 | E8 | BC | 2C | 0 | 13 | 9 | 9A | 45 | 47 |
| Octal | 203 | 350 | 274 | 54 | 0 | 23 | 11 | 232 | 105 | 107 |
| Binary | 10000011 | 11101000 | 10111100 | 101100 | 0 | 10011 | 1001 | 10011010 | 1000101 | 1000111 |
Color Harmonies of #83E8BC
Complementary color
Monochromatic Colors of #83E8BC
Black with #83E8BC
Text Example
Text Example
White with #83E8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83E8BC; }
p { color: rgb(131,232,188); }
H1.HeaderClassName
{
color: #83E8BC;
}
.AnyTagClassName
{
color: #83E8BC;
}
</style>
background-color css
<style>
a { background-color: #83E8BC; }
a { background-color: rgb(131,232,188); }
div.DivClassName
{
background-color: #83E8BC;
}
.BgClassName
{
background-color: #83E8BC;
}
</style>
border-color css
<style>
span { border-color: #83E8BC; }
span { border-color: rgb(131,232,188); }
td.TdClassName
{
border-color: #83E8BC;
}
.TagClassName
{
border-color: #83E8BC;
}
</style>