Shades of Riptide #83E6DA
Tints of Riptide #83E6DA
RGB
CMYK
RGB Variations
Color information
#83E6DA (or 0x83E6DA) is known color: Riptide. HEX triplet: 83, E6 and DA. RGB value is (131,230,218). Sum of RGB (Red+Green+Blue) = 131+230+218=579 (76% of max value = 765). Red value is 131 (51.56% from 255 or 22.63% from 579); Green value is 230 (90.23% from 255 or 39.72% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 230 - color contains mainly: green. Hex color #83E6DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83E6DA is #7C1925. Grayscale: #C6C6C6. Windows color (decimal): -8132902 or 14345859. OLE color: 14345859.
HSL color Cylindrical-coordinate representation of color #83E6DA: hue angle of 172.73º 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 #83E6DA is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 131 | 230 | 218 | - |
| CMYK | 0.43 | 0 | 0.05 | 0.10 |
| HSL | 172.73º | 0.66% | 0.71% | - |
| HSV(B) | 172.73º | 0.43% | 0.9% | - |
| XYZ | 50.31 | 66.48 | 76.51 | - |
| YUV | 199.03 | 138.7 | 79.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 230 | 218 | 0.43 | 0 | 0.05 | 0.10 | 172.73 | 0.66 | 0.71 |
| Hex | 83 | E6 | DA | 2B | 0 | 5 | A | AD | 42 | 47 |
| Octal | 203 | 346 | 332 | 53 | 0 | 5 | 12 | 255 | 102 | 107 |
| Binary | 10000011 | 11100110 | 11011010 | 101011 | 0 | 101 | 1010 | 10101101 | 1000010 | 1000111 |
Color Harmonies of #83E6DA
Complementary color
Monochromatic Colors of #83E6DA
Black with #83E6DA
Text Example
Text Example
White with #83E6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83E6DA; }
p { color: rgb(131,230,218); }
H1.HeaderClassName
{
color: #83E6DA;
}
.AnyTagClassName
{
color: #83E6DA;
}
</style>
background-color css
<style>
a { background-color: #83E6DA; }
a { background-color: rgb(131,230,218); }
div.DivClassName
{
background-color: #83E6DA;
}
.BgClassName
{
background-color: #83E6DA;
}
</style>
border-color css
<style>
span { border-color: #83E6DA; }
span { border-color: rgb(131,230,218); }
td.TdClassName
{
border-color: #83E6DA;
}
.TagClassName
{
border-color: #83E6DA;
}
</style>