Shades of Riptide #83DDC2
Tints of Riptide #83DDC2
RGB
CMYK
RGB Variations
Color information
#83DDC2 (or 0x83DDC2) is known color: Riptide. HEX triplet: 83, DD and C2. RGB value is (131,221,194). Sum of RGB (Red+Green+Blue) = 131+221+194=546 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.99% from 546); Green value is 221 (86.72% from 255 or 40.48% from 546); Blue value is 194 (76.17% from 255 or 35.53% from 546); Max value from RGB is 221 - color contains mainly: green. Hex color #83DDC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DDC2 is #7C223D. Grayscale: #BFBFBF. Windows color (decimal): -8135230 or 12770691. OLE color: 12770691.
HSL color Cylindrical-coordinate representation of color #83DDC2: hue angle of 162º degrees, saturation: 0.57, 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 #83DDC2 is Cyan = 0.41, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 221 | 194 | - |
| CMYK | 0.41 | 0 | 0.12 | 0.13 |
| HSL | 162º | 0.57% | 0.69% | - |
| HSV(B) | 162º | 0.41% | 0.87% | - |
| XYZ | 44.95 | 60.43 | 60.33 | - |
| YUV | 191.01 | 129.68 | 85.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 221 | 194 | 0.41 | 0 | 0.12 | 0.13 | 162 | 0.57 | 0.69 |
| Hex | 83 | DD | C2 | 29 | 0 | C | D | A2 | 39 | 45 |
| Octal | 203 | 335 | 302 | 51 | 0 | 14 | 15 | 242 | 71 | 105 |
| Binary | 10000011 | 11011101 | 11000010 | 101001 | 0 | 1100 | 1101 | 10100010 | 111001 | 1000101 |
Color Harmonies of #83DDC2
Complementary color
Monochromatic Colors of #83DDC2
Black with #83DDC2
Text Example
Text Example
White with #83DDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DDC2; }
p { color: rgb(131,221,194); }
H1.HeaderClassName
{
color: #83DDC2;
}
.AnyTagClassName
{
color: #83DDC2;
}
</style>
background-color css
<style>
a { background-color: #83DDC2; }
a { background-color: rgb(131,221,194); }
div.DivClassName
{
background-color: #83DDC2;
}
.BgClassName
{
background-color: #83DDC2;
}
</style>
border-color css
<style>
span { border-color: #83DDC2; }
span { border-color: rgb(131,221,194); }
td.TdClassName
{
border-color: #83DDC2;
}
.TagClassName
{
border-color: #83DDC2;
}
</style>