Shades of Riptide #83DCC5
Tints of Riptide #83DCC5
RGB
CMYK
RGB Variations
Color information
#83DCC5 (or 0x83DCC5) is known color: Riptide. HEX triplet: 83, DC and C5. RGB value is (131,220,197). Sum of RGB (Red+Green+Blue) = 131+220+197=548 (72% of max value = 765). Red value is 131 (51.56% from 255 or 23.91% from 548); Green value is 220 (86.33% from 255 or 40.15% from 548); Blue value is 197 (77.34% from 255 or 35.95% from 548); Max value from RGB is 220 - color contains mainly: green. Hex color #83DCC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #83DCC5 is #7C233A. Grayscale: #BEBEBE. Windows color (decimal): -8135483 or 12967043. OLE color: 12967043.
HSL color Cylindrical-coordinate representation of color #83DCC5: hue angle of 164.49º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83DCC5 is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 220 | 197 | - |
| CMYK | 0.40 | 0 | 0.10 | 0.14 |
| HSL | 164.49º | 0.56% | 0.69% | - |
| HSV(B) | 164.49º | 0.4% | 0.86% | - |
| XYZ | 45.03 | 60.04 | 62.04 | - |
| YUV | 190.77 | 131.51 | 85.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 220 | 197 | 0.40 | 0 | 0.10 | 0.14 | 164.49 | 0.56 | 0.69 |
| Hex | 83 | DC | C5 | 28 | 0 | A | E | A4 | 38 | 45 |
| Octal | 203 | 334 | 305 | 50 | 0 | 12 | 16 | 244 | 70 | 105 |
| Binary | 10000011 | 11011100 | 11000101 | 101000 | 0 | 1010 | 1110 | 10100100 | 111000 | 1000101 |
Color Harmonies of #83DCC5
Complementary color
Monochromatic Colors of #83DCC5
Black with #83DCC5
Text Example
Text Example
White with #83DCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83DCC5; }
p { color: rgb(131,220,197); }
H1.HeaderClassName
{
color: #83DCC5;
}
.AnyTagClassName
{
color: #83DCC5;
}
</style>
background-color css
<style>
a { background-color: #83DCC5; }
a { background-color: rgb(131,220,197); }
div.DivClassName
{
background-color: #83DCC5;
}
.BgClassName
{
background-color: #83DCC5;
}
</style>
border-color css
<style>
span { border-color: #83DCC5; }
span { border-color: rgb(131,220,197); }
td.TdClassName
{
border-color: #83DCC5;
}
.TagClassName
{
border-color: #83DCC5;
}
</style>