Shades of Riptide #83E2DB
Tints of Riptide #83E2DB
RGB
CMYK
RGB Variations
Color information
#83E2DB (or 0x83E2DB) is known color: Riptide. HEX triplet: 83, E2 and DB. RGB value is (131,226,219). Sum of RGB (Red+Green+Blue) = 131+226+219=576 (76% of max value = 765). Red value is 131 (51.56% from 255 or 22.74% from 576); Green value is 226 (88.67% from 255 or 39.24% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 226 - color contains mainly: green. Hex color #83E2DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83E2DB is #7C1D24. Grayscale: #C4C4C4. Windows color (decimal): -8133925 or 14410371. OLE color: 14410371.
HSL color Cylindrical-coordinate representation of color #83E2DB: hue angle of 175.58º degrees, saturation: 0.62, 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 #83E2DB is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 131 | 226 | 219 | - |
| CMYK | 0.42 | 0 | 0.03 | 0.11 |
| HSL | 175.58º | 0.62% | 0.7% | - |
| HSV(B) | 175.58º | 0.42% | 0.89% | - |
| XYZ | 49.34 | 64.33 | 76.83 | - |
| YUV | 196.8 | 140.53 | 81.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 226 | 219 | 0.42 | 0 | 0.03 | 0.11 | 175.58 | 0.62 | 0.7 |
| Hex | 83 | E2 | DB | 2A | 0 | 3 | B | B0 | 3E | 46 |
| Octal | 203 | 342 | 333 | 52 | 0 | 3 | 13 | 260 | 76 | 106 |
| Binary | 10000011 | 11100010 | 11011011 | 101010 | 0 | 11 | 1011 | 10110000 | 111110 | 1000110 |
Color Harmonies of #83E2DB
Complementary color
Monochromatic Colors of #83E2DB
Black with #83E2DB
Text Example
Text Example
White with #83E2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83E2DB; }
p { color: rgb(131,226,219); }
H1.HeaderClassName
{
color: #83E2DB;
}
.AnyTagClassName
{
color: #83E2DB;
}
</style>
background-color css
<style>
a { background-color: #83E2DB; }
a { background-color: rgb(131,226,219); }
div.DivClassName
{
background-color: #83E2DB;
}
.BgClassName
{
background-color: #83E2DB;
}
</style>
border-color css
<style>
span { border-color: #83E2DB; }
span { border-color: rgb(131,226,219); }
td.TdClassName
{
border-color: #83E2DB;
}
.TagClassName
{
border-color: #83E2DB;
}
</style>