Shades of Riptide #83E2CB
Tints of Riptide #83E2CB
RGB
CMYK
RGB Variations
Color information
#83E2CB (or 0x83E2CB) is known color: Riptide. HEX triplet: 83, E2 and CB. RGB value is (131,226,203). Sum of RGB (Red+Green+Blue) = 131+226+203=560 (74% of max value = 765). Red value is 131 (51.56% from 255 or 23.39% from 560); Green value is 226 (88.67% from 255 or 40.36% from 560); Blue value is 203 (79.69% from 255 or 36.25% from 560); Max value from RGB is 226 - color contains mainly: green. Hex color #83E2CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83E2CB is #7C1D34. Grayscale: #C2C2C2. Windows color (decimal): -8133941 or 13361795. OLE color: 13361795.
HSL color Cylindrical-coordinate representation of color #83E2CB: hue angle of 165.47º 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 #83E2CB is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 131 | 226 | 203 | - |
| CMYK | 0.42 | 0 | 0.10 | 0.11 |
| HSL | 165.47º | 0.62% | 0.7% | - |
| HSV(B) | 165.47º | 0.42% | 0.89% | - |
| XYZ | 47.34 | 63.53 | 66.27 | - |
| YUV | 194.97 | 132.53 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 226 | 203 | 0.42 | 0 | 0.10 | 0.11 | 165.47 | 0.62 | 0.7 |
| Hex | 83 | E2 | CB | 2A | 0 | A | B | A5 | 3E | 46 |
| Octal | 203 | 342 | 313 | 52 | 0 | 12 | 13 | 245 | 76 | 106 |
| Binary | 10000011 | 11100010 | 11001011 | 101010 | 0 | 1010 | 1011 | 10100101 | 111110 | 1000110 |
Color Harmonies of #83E2CB
Complementary color
Monochromatic Colors of #83E2CB
Black with #83E2CB
Text Example
Text Example
White with #83E2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83E2CB; }
p { color: rgb(131,226,203); }
H1.HeaderClassName
{
color: #83E2CB;
}
.AnyTagClassName
{
color: #83E2CB;
}
</style>
background-color css
<style>
a { background-color: #83E2CB; }
a { background-color: rgb(131,226,203); }
div.DivClassName
{
background-color: #83E2CB;
}
.BgClassName
{
background-color: #83E2CB;
}
</style>
border-color css
<style>
span { border-color: #83E2CB; }
span { border-color: rgb(131,226,203); }
td.TdClassName
{
border-color: #83E2CB;
}
.TagClassName
{
border-color: #83E2CB;
}
</style>