Shades of Riptide #83ECBB
Tints of Riptide #83ECBB
RGB
CMYK
RGB Variations
Color information
#83ECBB (or 0x83ECBB) is known color: Riptide. HEX triplet: 83, EC and BB. RGB value is (131,236,187). Sum of RGB (Red+Green+Blue) = 131+236+187=554 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.65% from 554); Green value is 236 (92.58% from 255 or 42.60% from 554); Blue value is 187 (73.44% from 255 or 33.75% from 554); Max value from RGB is 236 - color contains mainly: green. Hex color #83ECBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83ECBB is #7C1344. Grayscale: #C7C7C7. Windows color (decimal): -8131397 or 12315779. OLE color: 12315779.
HSL color Cylindrical-coordinate representation of color #83ECBB: hue angle of 152º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #83ECBB is Cyan = 0.44, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 236 | 187 | - |
| CMYK | 0.44 | 0 | 0.21 | 0.07 |
| HSL | 152º | 0.73% | 0.72% | - |
| HSV(B) | 152º | 0.44% | 0.93% | - |
| XYZ | 48.33 | 68.4 | 57.67 | - |
| YUV | 199.02 | 121.21 | 79.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 236 | 187 | 0.44 | 0 | 0.21 | 0.07 | 152 | 0.73 | 0.72 |
| Hex | 83 | EC | BB | 2C | 0 | 15 | 7 | 98 | 49 | 48 |
| Octal | 203 | 354 | 273 | 54 | 0 | 25 | 7 | 230 | 111 | 110 |
| Binary | 10000011 | 11101100 | 10111011 | 101100 | 0 | 10101 | 111 | 10011000 | 1001001 | 1001000 |
Color Harmonies of #83ECBB
Complementary color
Monochromatic Colors of #83ECBB
Black with #83ECBB
Text Example
Text Example
White with #83ECBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83ECBB; }
p { color: rgb(131,236,187); }
H1.HeaderClassName
{
color: #83ECBB;
}
.AnyTagClassName
{
color: #83ECBB;
}
</style>
background-color css
<style>
a { background-color: #83ECBB; }
a { background-color: rgb(131,236,187); }
div.DivClassName
{
background-color: #83ECBB;
}
.BgClassName
{
background-color: #83ECBB;
}
</style>
border-color css
<style>
span { border-color: #83ECBB; }
span { border-color: rgb(131,236,187); }
td.TdClassName
{
border-color: #83ECBB;
}
.TagClassName
{
border-color: #83ECBB;
}
</style>