Shades of Riptide #83E6CE
Tints of Riptide #83E6CE
RGB
CMYK
RGB Variations
Color information
#83E6CE (or 0x83E6CE) is known color: Riptide. HEX triplet: 83, E6 and CE. RGB value is (131,230,206). Sum of RGB (Red+Green+Blue) = 131+230+206=567 (75% of max value = 765). Red value is 131 (51.56% from 255 or 23.10% from 567); Green value is 230 (90.23% from 255 or 40.56% from 567); Blue value is 206 (80.86% from 255 or 36.33% from 567); Max value from RGB is 230 - color contains mainly: green. Hex color #83E6CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83E6CE is #7C1931. Grayscale: #C5C5C5. Windows color (decimal): -8132914 or 13559427. OLE color: 13559427.
HSL color Cylindrical-coordinate representation of color #83E6CE: hue angle of 165.45º 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 #83E6CE is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 131 | 230 | 206 | - |
| CMYK | 0.43 | 0 | 0.10 | 0.10 |
| HSL | 165.45º | 0.66% | 0.71% | - |
| HSV(B) | 165.45º | 0.43% | 0.9% | - |
| XYZ | 48.8 | 65.88 | 68.54 | - |
| YUV | 197.66 | 132.7 | 80.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 230 | 206 | 0.43 | 0 | 0.10 | 0.10 | 165.45 | 0.66 | 0.71 |
| Hex | 83 | E6 | CE | 2B | 0 | A | A | A5 | 42 | 47 |
| Octal | 203 | 346 | 316 | 53 | 0 | 12 | 12 | 245 | 102 | 107 |
| Binary | 10000011 | 11100110 | 11001110 | 101011 | 0 | 1010 | 1010 | 10100101 | 1000010 | 1000111 |
Color Harmonies of #83E6CE
Complementary color
Monochromatic Colors of #83E6CE
Black with #83E6CE
Text Example
Text Example
White with #83E6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83E6CE; }
p { color: rgb(131,230,206); }
H1.HeaderClassName
{
color: #83E6CE;
}
.AnyTagClassName
{
color: #83E6CE;
}
</style>
background-color css
<style>
a { background-color: #83E6CE; }
a { background-color: rgb(131,230,206); }
div.DivClassName
{
background-color: #83E6CE;
}
.BgClassName
{
background-color: #83E6CE;
}
</style>
border-color css
<style>
span { border-color: #83E6CE; }
span { border-color: rgb(131,230,206); }
td.TdClassName
{
border-color: #83E6CE;
}
.TagClassName
{
border-color: #83E6CE;
}
</style>