Shades of Riptide #83E3C3
Tints of Riptide #83E3C3
RGB
CMYK
RGB Variations
Color information
#83E3C3 (or 0x83E3C3) is known color: Riptide. HEX triplet: 83, E3 and C3. RGB value is (131,227,195). Sum of RGB (Red+Green+Blue) = 131+227+195=553 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.69% from 553); Green value is 227 (89.06% from 255 or 41.05% from 553); Blue value is 195 (76.56% from 255 or 35.26% from 553); Max value from RGB is 227 - color contains mainly: green. Hex color #83E3C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83E3C3 is #7C1C3C. Grayscale: #C2C2C2. Windows color (decimal): -8133693 or 12837763. OLE color: 12837763.
HSL color Cylindrical-coordinate representation of color #83E3C3: hue angle of 160º 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 #83E3C3 is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 131 | 227 | 195 | - |
| CMYK | 0.42 | 0 | 0.14 | 0.11 |
| HSL | 160º | 0.63% | 0.7% | - |
| HSV(B) | 160º | 0.42% | 0.89% | - |
| XYZ | 46.68 | 63.7 | 61.47 | - |
| YUV | 194.65 | 128.2 | 82.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 227 | 195 | 0.42 | 0 | 0.14 | 0.11 | 160 | 0.63 | 0.7 |
| Hex | 83 | E3 | C3 | 2A | 0 | E | B | A0 | 3F | 46 |
| Octal | 203 | 343 | 303 | 52 | 0 | 16 | 13 | 240 | 77 | 106 |
| Binary | 10000011 | 11100011 | 11000011 | 101010 | 0 | 1110 | 1011 | 10100000 | 111111 | 1000110 |
Color Harmonies of #83E3C3
Complementary color
Monochromatic Colors of #83E3C3
Black with #83E3C3
Text Example
Text Example
White with #83E3C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83E3C3; }
p { color: rgb(131,227,195); }
H1.HeaderClassName
{
color: #83E3C3;
}
.AnyTagClassName
{
color: #83E3C3;
}
</style>
background-color css
<style>
a { background-color: #83E3C3; }
a { background-color: rgb(131,227,195); }
div.DivClassName
{
background-color: #83E3C3;
}
.BgClassName
{
background-color: #83E3C3;
}
</style>
border-color css
<style>
span { border-color: #83E3C3; }
span { border-color: rgb(131,227,195); }
td.TdClassName
{
border-color: #83E3C3;
}
.TagClassName
{
border-color: #83E3C3;
}
</style>