Shades of Riptide #83DECA
Tints of Riptide #83DECA
RGB
CMYK
RGB Variations
Color information
#83DECA (or 0x83DECA) is known color: Riptide. HEX triplet: 83, DE and CA. RGB value is (131,222,202). Sum of RGB (Red+Green+Blue) = 131+222+202=555 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.60% from 555); Green value is 222 (87.11% from 255 or 40% from 555); Blue value is 202 (79.30% from 255 or 36.40% from 555); Max value from RGB is 222 - color contains mainly: green. Hex color #83DECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DECA is #7C2135. Grayscale: #C0C0C0. Windows color (decimal): -8134966 or 13295235. OLE color: 13295235.
HSL color Cylindrical-coordinate representation of color #83DECA: hue angle of 166.81º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83DECA is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 222 | 202 | - |
| CMYK | 0.41 | 0 | 0.09 | 0.13 |
| HSL | 166.81º | 0.58% | 0.69% | - |
| HSV(B) | 166.81º | 0.41% | 0.87% | - |
| XYZ | 46.14 | 61.33 | 65.28 | - |
| YUV | 192.51 | 133.35 | 84.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 222 | 202 | 0.41 | 0 | 0.09 | 0.13 | 166.81 | 0.58 | 0.69 |
| Hex | 83 | DE | CA | 29 | 0 | 9 | D | A7 | 3A | 45 |
| Octal | 203 | 336 | 312 | 51 | 0 | 11 | 15 | 247 | 72 | 105 |
| Binary | 10000011 | 11011110 | 11001010 | 101001 | 0 | 1001 | 1101 | 10100111 | 111010 | 1000101 |
Color Harmonies of #83DECA
Complementary color
Monochromatic Colors of #83DECA
Black with #83DECA
Text Example
Text Example
White with #83DECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DECA; }
p { color: rgb(131,222,202); }
H1.HeaderClassName
{
color: #83DECA;
}
.AnyTagClassName
{
color: #83DECA;
}
</style>
background-color css
<style>
a { background-color: #83DECA; }
a { background-color: rgb(131,222,202); }
div.DivClassName
{
background-color: #83DECA;
}
.BgClassName
{
background-color: #83DECA;
}
</style>
border-color css
<style>
span { border-color: #83DECA; }
span { border-color: rgb(131,222,202); }
td.TdClassName
{
border-color: #83DECA;
}
.TagClassName
{
border-color: #83DECA;
}
</style>