Shades of Riptide #83E0CB
Tints of Riptide #83E0CB
RGB
CMYK
RGB Variations
Color information
#83E0CB (or 0x83E0CB) is known color: Riptide. HEX triplet: 83, E0 and CB. RGB value is (131,224,203). Sum of RGB (Red+Green+Blue) = 131+224+203=558 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.48% from 558); Green value is 224 (87.89% from 255 or 40.14% from 558); Blue value is 203 (79.69% from 255 or 36.38% from 558); Max value from RGB is 224 - color contains mainly: green. Hex color #83E0CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83E0CB is #7C1F34. Grayscale: #C1C1C1. Windows color (decimal): -8134453 or 13361283. OLE color: 13361283.
HSL color Cylindrical-coordinate representation of color #83E0CB: hue angle of 166.45º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #83E0CB is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 131 | 224 | 203 | - |
| CMYK | 0.42 | 0 | 0.09 | 0.12 |
| HSL | 166.45º | 0.6% | 0.7% | - |
| HSV(B) | 166.45º | 0.42% | 0.88% | - |
| XYZ | 46.8 | 62.45 | 66.09 | - |
| YUV | 193.8 | 133.19 | 83.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 224 | 203 | 0.42 | 0 | 0.09 | 0.12 | 166.45 | 0.6 | 0.7 |
| Hex | 83 | E0 | CB | 2A | 0 | 9 | C | A6 | 3C | 46 |
| Octal | 203 | 340 | 313 | 52 | 0 | 11 | 14 | 246 | 74 | 106 |
| Binary | 10000011 | 11100000 | 11001011 | 101010 | 0 | 1001 | 1100 | 10100110 | 111100 | 1000110 |
Color Harmonies of #83E0CB
Complementary color
Monochromatic Colors of #83E0CB
Black with #83E0CB
Text Example
Text Example
White with #83E0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83E0CB; }
p { color: rgb(131,224,203); }
H1.HeaderClassName
{
color: #83E0CB;
}
.AnyTagClassName
{
color: #83E0CB;
}
</style>
background-color css
<style>
a { background-color: #83E0CB; }
a { background-color: rgb(131,224,203); }
div.DivClassName
{
background-color: #83E0CB;
}
.BgClassName
{
background-color: #83E0CB;
}
</style>
border-color css
<style>
span { border-color: #83E0CB; }
span { border-color: rgb(131,224,203); }
td.TdClassName
{
border-color: #83E0CB;
}
.TagClassName
{
border-color: #83E0CB;
}
</style>