Shades of Riptide #83E3BC
Tints of Riptide #83E3BC
RGB
CMYK
RGB Variations
Color information
#83E3BC (or 0x83E3BC) is known color: Riptide. HEX triplet: 83, E3 and BC. RGB value is (131,227,188). Sum of RGB (Red+Green+Blue) = 131+227+188=546 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.99% from 546); Green value is 227 (89.06% from 255 or 41.58% from 546); Blue value is 188 (73.83% from 255 or 34.43% from 546); Max value from RGB is 227 - color contains mainly: green. Hex color #83E3BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83E3BC is #7C1C43. Grayscale: #C1C1C1. Windows color (decimal): -8133700 or 12379011. OLE color: 12379011.
HSL color Cylindrical-coordinate representation of color #83E3BC: hue angle of 155.62º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #83E3BC is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 131 | 227 | 188 | - |
| CMYK | 0.42 | 0 | 0.17 | 0.11 |
| HSL | 155.63º | 0.63% | 0.7% | - |
| HSV(B) | 155.63º | 0.42% | 0.89% | - |
| XYZ | 45.91 | 63.39 | 57.39 | - |
| YUV | 193.85 | 124.7 | 83.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 227 | 188 | 0.42 | 0 | 0.17 | 0.11 | 155.63 | 0.63 | 0.7 |
| Hex | 83 | E3 | BC | 2A | 0 | 11 | B | 9C | 3F | 46 |
| Octal | 203 | 343 | 274 | 52 | 0 | 21 | 13 | 234 | 77 | 106 |
| Binary | 10000011 | 11100011 | 10111100 | 101010 | 0 | 10001 | 1011 | 10011100 | 111111 | 1000110 |
Color Harmonies of #83E3BC
Complementary color
Monochromatic Colors of #83E3BC
Black with #83E3BC
Text Example
Text Example
White with #83E3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83E3BC; }
p { color: rgb(131,227,188); }
H1.HeaderClassName
{
color: #83E3BC;
}
.AnyTagClassName
{
color: #83E3BC;
}
</style>
background-color css
<style>
a { background-color: #83E3BC; }
a { background-color: rgb(131,227,188); }
div.DivClassName
{
background-color: #83E3BC;
}
.BgClassName
{
background-color: #83E3BC;
}
</style>
border-color css
<style>
span { border-color: #83E3BC; }
span { border-color: rgb(131,227,188); }
td.TdClassName
{
border-color: #83E3BC;
}
.TagClassName
{
border-color: #83E3BC;
}
</style>