Shades of Riptide #83DECC
Tints of Riptide #83DECC
RGB
CMYK
RGB Variations
Color information
#83DECC (or 0x83DECC) is known color: Riptide. HEX triplet: 83, DE and CC. RGB value is (131,222,204). Sum of RGB (Red+Green+Blue) = 131+222+204=557 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.52% from 557); Green value is 222 (87.11% from 255 or 39.86% from 557); Blue value is 204 (80.08% from 255 or 36.62% from 557); Max value from RGB is 222 - color contains mainly: green. Hex color #83DECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DECC is #7C2133. Grayscale: #C0C0C0. Windows color (decimal): -8134964 or 13426307. OLE color: 13426307.
HSL color Cylindrical-coordinate representation of color #83DECC: hue angle of 168.13º 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 #83DECC is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 222 | 204 | - |
| CMYK | 0.41 | 0 | 0.08 | 0.13 |
| HSL | 168.13º | 0.58% | 0.69% | - |
| HSV(B) | 168.13º | 0.41% | 0.87% | - |
| XYZ | 46.38 | 61.43 | 66.54 | - |
| YUV | 192.74 | 134.35 | 83.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 222 | 204 | 0.41 | 0 | 0.08 | 0.13 | 168.13 | 0.58 | 0.69 |
| Hex | 83 | DE | CC | 29 | 0 | 8 | D | A8 | 3A | 45 |
| Octal | 203 | 336 | 314 | 51 | 0 | 10 | 15 | 250 | 72 | 105 |
| Binary | 10000011 | 11011110 | 11001100 | 101001 | 0 | 1000 | 1101 | 10101000 | 111010 | 1000101 |
Color Harmonies of #83DECC
Complementary color
Monochromatic Colors of #83DECC
Black with #83DECC
Text Example
Text Example
White with #83DECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DECC; }
p { color: rgb(131,222,204); }
H1.HeaderClassName
{
color: #83DECC;
}
.AnyTagClassName
{
color: #83DECC;
}
</style>
background-color css
<style>
a { background-color: #83DECC; }
a { background-color: rgb(131,222,204); }
div.DivClassName
{
background-color: #83DECC;
}
.BgClassName
{
background-color: #83DECC;
}
</style>
border-color css
<style>
span { border-color: #83DECC; }
span { border-color: rgb(131,222,204); }
td.TdClassName
{
border-color: #83DECC;
}
.TagClassName
{
border-color: #83DECC;
}
</style>