Shades of Riptide #83EABC
Tints of Riptide #83EABC
RGB
CMYK
RGB Variations
Color information
#83EABC (or 0x83EABC) is known color: Riptide. HEX triplet: 83, EA and BC. RGB value is (131,234,188). Sum of RGB (Red+Green+Blue) = 131+234+188=553 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.69% from 553); Green value is 234 (91.80% from 255 or 42.31% from 553); Blue value is 188 (73.83% from 255 or 34.00% from 553); Max value from RGB is 234 - color contains mainly: green. Hex color #83EABC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83EABC is #7C1543. Grayscale: #C6C6C6. Windows color (decimal): -8131908 or 12380803. OLE color: 12380803.
HSL color Cylindrical-coordinate representation of color #83EABC: hue angle of 153.2º 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 #83EABC is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 131 | 234 | 188 | - |
| CMYK | 0.44 | 0 | 0.20 | 0.08 |
| HSL | 153.2º | 0.71% | 0.72% | - |
| HSV(B) | 153.2º | 0.44% | 0.92% | - |
| XYZ | 47.86 | 67.3 | 58.05 | - |
| YUV | 197.96 | 122.38 | 80.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 234 | 188 | 0.44 | 0 | 0.20 | 0.08 | 153.2 | 0.71 | 0.72 |
| Hex | 83 | EA | BC | 2C | 0 | 14 | 8 | 99 | 47 | 48 |
| Octal | 203 | 352 | 274 | 54 | 0 | 24 | 10 | 231 | 107 | 110 |
| Binary | 10000011 | 11101010 | 10111100 | 101100 | 0 | 10100 | 1000 | 10011001 | 1000111 | 1001000 |
Color Harmonies of #83EABC
Complementary color
Monochromatic Colors of #83EABC
Black with #83EABC
Text Example
Text Example
White with #83EABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83EABC; }
p { color: rgb(131,234,188); }
H1.HeaderClassName
{
color: #83EABC;
}
.AnyTagClassName
{
color: #83EABC;
}
</style>
background-color css
<style>
a { background-color: #83EABC; }
a { background-color: rgb(131,234,188); }
div.DivClassName
{
background-color: #83EABC;
}
.BgClassName
{
background-color: #83EABC;
}
</style>
border-color css
<style>
span { border-color: #83EABC; }
span { border-color: rgb(131,234,188); }
td.TdClassName
{
border-color: #83EABC;
}
.TagClassName
{
border-color: #83EABC;
}
</style>