Shades of Riptide #83EAC0
Tints of Riptide #83EAC0
RGB
CMYK
RGB Variations
Color information
#83EAC0 (or 0x83EAC0) is known color: Riptide. HEX triplet: 83, EA and C0. RGB value is (131,234,192). Sum of RGB (Red+Green+Blue) = 131+234+192=557 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.52% from 557); Green value is 234 (91.80% from 255 or 42.01% from 557); Blue value is 192 (75.39% from 255 or 34.47% from 557); Max value from RGB is 234 - color contains mainly: green. Hex color #83EAC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83EAC0 is #7C153F. Grayscale: #C6C6C6. Windows color (decimal): -8131904 or 12642947. OLE color: 12642947.
HSL color Cylindrical-coordinate representation of color #83EAC0: hue angle of 155.53º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #83EAC0 is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 131 | 234 | 192 | - |
| CMYK | 0.44 | 0 | 0.18 | 0.08 |
| HSL | 155.53º | 0.71% | 0.72% | - |
| HSV(B) | 155.53º | 0.44% | 0.92% | - |
| XYZ | 48.3 | 67.48 | 60.35 | - |
| YUV | 198.42 | 124.38 | 79.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 234 | 192 | 0.44 | 0 | 0.18 | 0.08 | 155.53 | 0.71 | 0.72 |
| Hex | 83 | EA | C0 | 2C | 0 | 12 | 8 | 9C | 47 | 48 |
| Octal | 203 | 352 | 300 | 54 | 0 | 22 | 10 | 234 | 107 | 110 |
| Binary | 10000011 | 11101010 | 11000000 | 101100 | 0 | 10010 | 1000 | 10011100 | 1000111 | 1001000 |
Color Harmonies of #83EAC0
Complementary color
Monochromatic Colors of #83EAC0
Black with #83EAC0
Text Example
Text Example
White with #83EAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83EAC0; }
p { color: rgb(131,234,192); }
H1.HeaderClassName
{
color: #83EAC0;
}
.AnyTagClassName
{
color: #83EAC0;
}
</style>
background-color css
<style>
a { background-color: #83EAC0; }
a { background-color: rgb(131,234,192); }
div.DivClassName
{
background-color: #83EAC0;
}
.BgClassName
{
background-color: #83EAC0;
}
</style>
border-color css
<style>
span { border-color: #83EAC0; }
span { border-color: rgb(131,234,192); }
td.TdClassName
{
border-color: #83EAC0;
}
.TagClassName
{
border-color: #83EAC0;
}
</style>