Shades of Riptide #83DFC1
Tints of Riptide #83DFC1
RGB
CMYK
RGB Variations
Color information
#83DFC1 (or 0x83DFC1) is known color: Riptide. HEX triplet: 83, DF and C1. RGB value is (131,223,193). Sum of RGB (Red+Green+Blue) = 131+223+193=547 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.95% from 547); Green value is 223 (87.5% from 255 or 40.77% from 547); Blue value is 193 (75.78% from 255 or 35.28% from 547); Max value from RGB is 223 - color contains mainly: green. Hex color #83DFC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DFC1 is #7C203E. Grayscale: #C0C0C0. Windows color (decimal): -8134719 or 12705667. OLE color: 12705667.
HSL color Cylindrical-coordinate representation of color #83DFC1: hue angle of 160.43º 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 #83DFC1 is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 223 | 193 | - |
| CMYK | 0.41 | 0 | 0.13 | 0.13 |
| HSL | 160.43º | 0.59% | 0.69% | - |
| HSV(B) | 160.43º | 0.41% | 0.87% | - |
| XYZ | 45.37 | 61.45 | 59.92 | - |
| YUV | 192.07 | 128.52 | 84.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 223 | 193 | 0.41 | 0 | 0.13 | 0.13 | 160.43 | 0.59 | 0.69 |
| Hex | 83 | DF | C1 | 29 | 0 | D | D | A0 | 3B | 45 |
| Octal | 203 | 337 | 301 | 51 | 0 | 15 | 15 | 240 | 73 | 105 |
| Binary | 10000011 | 11011111 | 11000001 | 101001 | 0 | 1101 | 1101 | 10100000 | 111011 | 1000101 |
Color Harmonies of #83DFC1
Complementary color
Monochromatic Colors of #83DFC1
Black with #83DFC1
Text Example
Text Example
White with #83DFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DFC1; }
p { color: rgb(131,223,193); }
H1.HeaderClassName
{
color: #83DFC1;
}
.AnyTagClassName
{
color: #83DFC1;
}
</style>
background-color css
<style>
a { background-color: #83DFC1; }
a { background-color: rgb(131,223,193); }
div.DivClassName
{
background-color: #83DFC1;
}
.BgClassName
{
background-color: #83DFC1;
}
</style>
border-color css
<style>
span { border-color: #83DFC1; }
span { border-color: rgb(131,223,193); }
td.TdClassName
{
border-color: #83DFC1;
}
.TagClassName
{
border-color: #83DFC1;
}
</style>