Shades of Riptide #83EADA
Tints of Riptide #83EADA
RGB
CMYK
RGB Variations
Color information
#83EADA (or 0x83EADA) is known color: Riptide. HEX triplet: 83, EA and DA. RGB value is (131,234,218). Sum of RGB (Red+Green+Blue) = 131+234+218=583 (77% of max value = 765). Red value is 131 (51.56% from 255 or 22.47% from 583); Green value is 234 (91.80% from 255 or 40.14% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 234 - color contains mainly: green. Hex color #83EADA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #83EADA is #7C1525. Grayscale: #C9C9C9. Windows color (decimal): -8131878 or 14346883. OLE color: 14346883.
HSL color Cylindrical-coordinate representation of color #83EADA: hue angle of 170.68º 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 #83EADA is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 131 | 234 | 218 | - |
| CMYK | 0.44 | 0 | 0.07 | 0.08 |
| HSL | 170.68º | 0.71% | 0.72% | - |
| HSV(B) | 170.68º | 0.44% | 0.92% | - |
| XYZ | 51.44 | 68.73 | 76.89 | - |
| YUV | 201.38 | 137.38 | 77.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 234 | 218 | 0.44 | 0 | 0.07 | 0.08 | 170.68 | 0.71 | 0.72 |
| Hex | 83 | EA | DA | 2C | 0 | 7 | 8 | AB | 47 | 48 |
| Octal | 203 | 352 | 332 | 54 | 0 | 7 | 10 | 253 | 107 | 110 |
| Binary | 10000011 | 11101010 | 11011010 | 101100 | 0 | 111 | 1000 | 10101011 | 1000111 | 1001000 |
Color Harmonies of #83EADA
Complementary color
Monochromatic Colors of #83EADA
Black with #83EADA
Text Example
Text Example
White with #83EADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83EADA; }
p { color: rgb(131,234,218); }
H1.HeaderClassName
{
color: #83EADA;
}
.AnyTagClassName
{
color: #83EADA;
}
</style>
background-color css
<style>
a { background-color: #83EADA; }
a { background-color: rgb(131,234,218); }
div.DivClassName
{
background-color: #83EADA;
}
.BgClassName
{
background-color: #83EADA;
}
</style>
border-color css
<style>
span { border-color: #83EADA; }
span { border-color: rgb(131,234,218); }
td.TdClassName
{
border-color: #83EADA;
}
.TagClassName
{
border-color: #83EADA;
}
</style>