Shades of Riptide #83E6BA
Tints of Riptide #83E6BA
RGB
CMYK
RGB Variations
Color information
#83E6BA (or 0x83E6BA) is known color: Riptide. HEX triplet: 83, E6 and BA. RGB value is (131,230,186). Sum of RGB (Red+Green+Blue) = 131+230+186=547 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.95% from 547); Green value is 230 (90.23% from 255 or 42.05% from 547); Blue value is 186 (73.05% from 255 or 34.00% from 547); Max value from RGB is 230 - color contains mainly: green. Hex color #83E6BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83E6BA is #7C1945. Grayscale: #C3C3C3. Windows color (decimal): -8132934 or 12248707. OLE color: 12248707.
HSL color Cylindrical-coordinate representation of color #83E6BA: hue angle of 153.33º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #83E6BA is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 131 | 230 | 186 | - |
| CMYK | 0.43 | 0 | 0.19 | 0.10 |
| HSL | 153.33º | 0.66% | 0.71% | - |
| HSV(B) | 153.33º | 0.43% | 0.9% | - |
| XYZ | 46.52 | 64.96 | 56.54 | - |
| YUV | 195.38 | 122.7 | 82.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 230 | 186 | 0.43 | 0 | 0.19 | 0.10 | 153.33 | 0.66 | 0.71 |
| Hex | 83 | E6 | BA | 2B | 0 | 13 | A | 99 | 42 | 47 |
| Octal | 203 | 346 | 272 | 53 | 0 | 23 | 12 | 231 | 102 | 107 |
| Binary | 10000011 | 11100110 | 10111010 | 101011 | 0 | 10011 | 1010 | 10011001 | 1000010 | 1000111 |
Color Harmonies of #83E6BA
Complementary color
Monochromatic Colors of #83E6BA
Black with #83E6BA
Text Example
Text Example
White with #83E6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83E6BA; }
p { color: rgb(131,230,186); }
H1.HeaderClassName
{
color: #83E6BA;
}
.AnyTagClassName
{
color: #83E6BA;
}
</style>
background-color css
<style>
a { background-color: #83E6BA; }
a { background-color: rgb(131,230,186); }
div.DivClassName
{
background-color: #83E6BA;
}
.BgClassName
{
background-color: #83E6BA;
}
</style>
border-color css
<style>
span { border-color: #83E6BA; }
span { border-color: rgb(131,230,186); }
td.TdClassName
{
border-color: #83E6BA;
}
.TagClassName
{
border-color: #83E6BA;
}
</style>