Shades of Riptide #83DFCB
Tints of Riptide #83DFCB
RGB
CMYK
RGB Variations
Color information
#83DFCB (or 0x83DFCB) is known color: Riptide. HEX triplet: 83, DF and CB. RGB value is (131,223,203). Sum of RGB (Red+Green+Blue) = 131+223+203=557 (73% of max value = 765). Red value is 131 (51.56% from 255 or 23.52% from 557); Green value is 223 (87.5% from 255 or 40.04% from 557); Blue value is 203 (79.69% from 255 or 36.45% from 557); Max value from RGB is 223 - color contains mainly: green. Hex color #83DFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DFCB is #7C2034. Grayscale: #C1C1C1. Windows color (decimal): -8134709 or 13361027. OLE color: 13361027.
HSL color Cylindrical-coordinate representation of color #83DFCB: hue angle of 166.96º degrees, saturation: 0.59, 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 #83DFCB is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 223 | 203 | - |
| CMYK | 0.41 | 0 | 0.09 | 0.13 |
| HSL | 166.96º | 0.59% | 0.69% | - |
| HSV(B) | 166.96º | 0.41% | 0.87% | - |
| XYZ | 46.53 | 61.91 | 66 | - |
| YUV | 193.21 | 133.52 | 83.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 223 | 203 | 0.41 | 0 | 0.09 | 0.13 | 166.96 | 0.59 | 0.69 |
| Hex | 83 | DF | CB | 29 | 0 | 9 | D | A7 | 3B | 45 |
| Octal | 203 | 337 | 313 | 51 | 0 | 11 | 15 | 247 | 73 | 105 |
| Binary | 10000011 | 11011111 | 11001011 | 101001 | 0 | 1001 | 1101 | 10100111 | 111011 | 1000101 |
Color Harmonies of #83DFCB
Complementary color
Monochromatic Colors of #83DFCB
Black with #83DFCB
Text Example
Text Example
White with #83DFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DFCB; }
p { color: rgb(131,223,203); }
H1.HeaderClassName
{
color: #83DFCB;
}
.AnyTagClassName
{
color: #83DFCB;
}
</style>
background-color css
<style>
a { background-color: #83DFCB; }
a { background-color: rgb(131,223,203); }
div.DivClassName
{
background-color: #83DFCB;
}
.BgClassName
{
background-color: #83DFCB;
}
</style>
border-color css
<style>
span { border-color: #83DFCB; }
span { border-color: rgb(131,223,203); }
td.TdClassName
{
border-color: #83DFCB;
}
.TagClassName
{
border-color: #83DFCB;
}
</style>