Shades of Riptide #83E3D3
Tints of Riptide #83E3D3
RGB
CMYK
RGB Variations
Color information
#83E3D3 (or 0x83E3D3) is known color: Riptide. HEX triplet: 83, E3 and D3. RGB value is (131,227,211). Sum of RGB (Red+Green+Blue) = 131+227+211=569 (75% of max value = 765). Red value is 131 (51.56% from 255 or 23.02% from 569); Green value is 227 (89.06% from 255 or 39.89% from 569); Blue value is 211 (82.81% from 255 or 37.08% from 569); Max value from RGB is 227 - color contains mainly: green. Hex color #83E3D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83E3D3 is #7C1C2C. Grayscale: #C4C4C4. Windows color (decimal): -8133677 or 13886339. OLE color: 13886339.
HSL color Cylindrical-coordinate representation of color #83E3D3: hue angle of 170º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #83E3D3 is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 131 | 227 | 211 | - |
| CMYK | 0.42 | 0 | 0.07 | 0.11 |
| HSL | 170º | 0.63% | 0.7% | - |
| HSV(B) | 170º | 0.42% | 0.89% | - |
| XYZ | 48.59 | 64.47 | 71.51 | - |
| YUV | 196.47 | 136.2 | 81.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 227 | 211 | 0.42 | 0 | 0.07 | 0.11 | 170 | 0.63 | 0.7 |
| Hex | 83 | E3 | D3 | 2A | 0 | 7 | B | AA | 3F | 46 |
| Octal | 203 | 343 | 323 | 52 | 0 | 7 | 13 | 252 | 77 | 106 |
| Binary | 10000011 | 11100011 | 11010011 | 101010 | 0 | 111 | 1011 | 10101010 | 111111 | 1000110 |
Color Harmonies of #83E3D3
Complementary color
Monochromatic Colors of #83E3D3
Black with #83E3D3
Text Example
Text Example
White with #83E3D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83E3D3; }
p { color: rgb(131,227,211); }
H1.HeaderClassName
{
color: #83E3D3;
}
.AnyTagClassName
{
color: #83E3D3;
}
</style>
background-color css
<style>
a { background-color: #83E3D3; }
a { background-color: rgb(131,227,211); }
div.DivClassName
{
background-color: #83E3D3;
}
.BgClassName
{
background-color: #83E3D3;
}
</style>
border-color css
<style>
span { border-color: #83E3D3; }
span { border-color: rgb(131,227,211); }
td.TdClassName
{
border-color: #83E3D3;
}
.TagClassName
{
border-color: #83E3D3;
}
</style>